[web] Fix of translations in the recently played page.

This commit is contained in:
Alain Nussbaumer 2022-06-04 15:43:58 +02:00 committed by chme
parent 6221f40e96
commit bb294710e6

View File

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