mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-28 23:16:01 -05:00
[web] Fix of translations in the recently played page.
This commit is contained in:
parent
6221f40e96
commit
bb294710e6
@ -5,9 +5,9 @@
|
||||
<template #heading-left>
|
||||
<p
|
||||
class="title is-4"
|
||||
v-text="$t('page.browse.recently.played.title')"
|
||||
v-text="$t('page.browse.recently-played.title')"
|
||||
/>
|
||||
<p class="heading" v-text="$t('page.browse.recently.played.tracks')" />
|
||||
<p class="heading" v-text="$t('page.browse.recently-played.tracks')" />
|
||||
</template>
|
||||
<template #content>
|
||||
<list-tracks :tracks="recently_played.items" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user