mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-29 23:46: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>
|
<template #heading-left>
|
||||||
<p
|
<p
|
||||||
class="title is-4"
|
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>
|
||||||
<template #content>
|
<template #content>
|
||||||
<list-tracks :tracks="recently_played.items" />
|
<list-tracks :tracks="recently_played.items" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user