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"
|
||||
noNotifications: "No notifications"
|
||||
instance: "Server"
|
||||
findAnotherInstance: "Find another server"
|
||||
settings: "Settings"
|
||||
basicSettings: "Basic Settings"
|
||||
otherSettings: "Other Settings"
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
to="https://calckey.org/join/"
|
||||
>
|
||||
<i class="ph-airplane-tilt ph-bold"></i>
|
||||
{{ i18n.ts.findAnotherInstance }}
|
||||
{{ i18n.ts.findOtherInstance }}
|
||||
</MkButton>
|
||||
<MkButton
|
||||
v-if="deviceKind !== 'desktop'"
|
||||
|
|
Loading…
Reference in a new issue