Frontend: Rename Accounts to Sync
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
fe0dc09b01
commit
54d4bf694f
1 changed files with 2 additions and 2 deletions
|
@ -10,11 +10,11 @@
|
|||
height="64"
|
||||
>
|
||||
<v-tab id="tab-settings-general" ripple @click="changePath('/settings')">
|
||||
<translate>General</translate>
|
||||
<translate key="General">General</translate>
|
||||
</v-tab>
|
||||
|
||||
<v-tab id="tab-settings-accounts" ripple @click="changePath('/settings/accounts')">
|
||||
<translate>Accounts</translate>
|
||||
<translate key="Sync">Sync</translate>
|
||||
</v-tab>
|
||||
|
||||
<v-tabs-items touchless>
|
||||
|
|
Loading…
Reference in a new issue