[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:
Alain Nussbaumer 2023-06-02 22:22:32 +02:00
parent b0f418abda
commit 784de0c4a1

View File

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