mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-12 13:07:33 -07:00
Simple wording
This commit is contained in:
parent
5c9ada71a9
commit
f0dee3281b
2 changed files with 3 additions and 4 deletions
|
@ -1,7 +1,6 @@
|
||||||
_lang_: "English"
|
_lang_: "English"
|
||||||
headlineIceshrimp: "An open source, decentralized social media platform that's free
|
headlineIceshrimp: "A Free, open source, decentralized social media platform."
|
||||||
forever! 🚀"
|
introIceshrimp: "Welcome! Jörmungandr is a free, open source, decentralized social media platform."
|
||||||
introIceshrimp: "Welcome! Jörmungandr is an open source, decentralized social media
|
|
||||||
platform that's free forever! 🚀"
|
platform that's free forever! 🚀"
|
||||||
monthAndDay: "{month}/{day}"
|
monthAndDay: "{month}/{day}"
|
||||||
search: "Search"
|
search: "Search"
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
<div :class="$style.title">
|
<div :class="$style.title">
|
||||||
<MkSparkle>{{ i18n.ts.iceshrimpUpdated }}</MkSparkle>
|
<MkSparkle>{{ i18n.ts.iceshrimpUpdated }}</MkSparkle>
|
||||||
</div>
|
</div>
|
||||||
<div :class="$style.version">✨ {{ version }} 🚀</div>
|
<div :class="$style.version">✨🌟 {{ version }} 🌟✨</div>
|
||||||
<div v-if="newRelease" :class="$style.releaseNotes">
|
<div v-if="newRelease" :class="$style.releaseNotes">
|
||||||
<Mfm :text="data.notes" />
|
<Mfm :text="data.notes" />
|
||||||
<div v-if="data.screenshots.length > 0" style="max-width: 500">
|
<div v-if="data.screenshots.length > 0" style="max-width: 500">
|
||||||
|
|
Loading…
Reference in a new issue