remove unneeded i18n
This commit is contained in:
parent
9acd0d9fbf
commit
7a73a82143
2 changed files with 1 additions and 2 deletions
|
@ -21,7 +21,6 @@ renotedBy: "Boosted by {user}"
|
||||||
noNotes: "No posts"
|
noNotes: "No posts"
|
||||||
noNotifications: "No notifications"
|
noNotifications: "No notifications"
|
||||||
instance: "Server"
|
instance: "Server"
|
||||||
findAnotherInstance: "Find another server"
|
|
||||||
settings: "Settings"
|
settings: "Settings"
|
||||||
basicSettings: "Basic Settings"
|
basicSettings: "Basic Settings"
|
||||||
otherSettings: "Other Settings"
|
otherSettings: "Other Settings"
|
||||||
|
|
|
@ -86,7 +86,7 @@
|
||||||
to="https://calckey.org/join/"
|
to="https://calckey.org/join/"
|
||||||
>
|
>
|
||||||
<i class="ph-airplane-tilt ph-bold"></i>
|
<i class="ph-airplane-tilt ph-bold"></i>
|
||||||
{{ i18n.ts.findAnotherInstance }}
|
{{ i18n.ts.findOtherInstance }}
|
||||||
</MkButton>
|
</MkButton>
|
||||||
<MkButton
|
<MkButton
|
||||||
v-if="deviceKind !== 'desktop'"
|
v-if="deviceKind !== 'desktop'"
|
||||||
|
|
Loading…
Reference in a new issue