[web] Fix missing translations
In the Spotify pages FeaturedPlaylists and NewReleases, their titles are now translated.
This commit is contained in:
parent
387e531d64
commit
9494f49147
|
@ -3,7 +3,10 @@
|
||||||
<tabs-music />
|
<tabs-music />
|
||||||
<content-with-heading>
|
<content-with-heading>
|
||||||
<template #heading-left>
|
<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>
|
||||||
<template #content>
|
<template #content>
|
||||||
<spotify-list-item-playlist
|
<spotify-list-item-playlist
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<tabs-music />
|
<tabs-music />
|
||||||
<content-with-heading>
|
<content-with-heading>
|
||||||
<template #heading-left>
|
<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>
|
||||||
<template #content>
|
<template #content>
|
||||||
<spotify-list-item-album
|
<spotify-list-item-album
|
||||||
|
|
Loading…
Reference in New Issue