mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 23:25: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"
|
||||
>
|
||||
<div class="content has-text-centered">
|
||||
<h1 class="title is-5" v-text="$('page.now-playing.title')" />
|
||||
<p v-text="$('page.now-playing.info')" />
|
||||
<h1 class="title is-5" v-text="$t('page.now-playing.title')" />
|
||||
<p v-text="$t('page.now-playing.info')" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user