mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 04:42:58 -05:00
[web] Fix missing translation. Detect user locale
This commit is contained in:
@@ -24,9 +24,7 @@
|
||||
<li :class="{ 'is-active': isActive }">
|
||||
<a @click="navigate" @keypress.enter="navigate">
|
||||
<span
|
||||
v-text="
|
||||
$t('page.settings.tabs.remotes-and-outputs')
|
||||
"
|
||||
v-text="$t('page.settings.tabs.remotes-and-outputs')"
|
||||
/>
|
||||
</a>
|
||||
</li>
|
||||
@@ -49,9 +47,7 @@
|
||||
>
|
||||
<li :class="{ 'is-active': isActive }">
|
||||
<a @click="navigate" @keypress.enter="navigate">
|
||||
<span
|
||||
v-text="$t('page.settings.tabs.online-services')"
|
||||
/>
|
||||
<span v-text="$t('page.settings.tabs.online-services')" />
|
||||
</a>
|
||||
</li>
|
||||
</router-link>
|
||||
|
||||
Reference in New Issue
Block a user