remove unneeded i18n

This commit is contained in:
freeplay 2023-07-06 00:08:59 -04:00
parent 9acd0d9fbf
commit 7a73a82143
2 changed files with 1 additions and 2 deletions

View file

@ -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"

View file

@ -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'"