mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-28 08:05:56 -05:00
[web] Fix for translations not being displayed
In the Now Playing page, translations for an empty queue where not displayed.
This commit is contained in:
parent
b0f418abda
commit
784de0c4a1
@ -63,8 +63,8 @@
|
|||||||
style="flex-direction: column"
|
style="flex-direction: column"
|
||||||
>
|
>
|
||||||
<div class="content has-text-centered">
|
<div class="content has-text-centered">
|
||||||
<h1 class="title is-5" v-text="$('page.now-playing.title')" />
|
<h1 class="title is-5" v-text="$t('page.now-playing.title')" />
|
||||||
<p v-text="$('page.now-playing.info')" />
|
<p v-text="$t('page.now-playing.info')" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user