[web] Fix missing translations

In the Spotify pages FeaturedPlaylists and NewReleases, their titles are now translated.
This commit is contained in:
Alain Nussbaumer 2023-06-08 21:51:03 +02:00
parent 387e531d64
commit 9494f49147
2 changed files with 5 additions and 2 deletions

View File

@ -3,7 +3,10 @@
<tabs-music />
<content-with-heading>
<template #heading-left>
<p class="title is-4">Featured Playlists</p>
<p
class="title is-4"
v-text="$t('page.spotify.browse.featured-playlists')"
/>
</template>
<template #content>
<spotify-list-item-playlist

View File

@ -3,7 +3,7 @@
<tabs-music />
<content-with-heading>
<template #heading-left>
<p class="title is-4">New Releases</p>
<p class="title is-4" v-text="$t('page.spotify.browse.new-releases')" />
</template>
<template #content>
<spotify-list-item-album