Frontend: Rename Accounts to Sync

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2020-06-09 19:39:19 +02:00
parent fe0dc09b01
commit 54d4bf694f

View file

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