[web] Wrong label for play button in audiobook page

This commit is contained in:
Alain Nussbaumer 2023-04-05 20:23:19 +02:00
parent 95f0b9a780
commit 88425fc38d
5 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -298,7 +298,7 @@
},
"artist": {
"album-count": "{count} Alben",
"shuffle": "Zufallswiedergabe"
"play": "Spielen"
},
"artists": {
"count": "{count} Autoren",

View File

@ -298,7 +298,7 @@
},
"artist": {
"album-count": "{count} albums",
"shuffle": "Shuffle"
"play": "Play"
},
"artists": {
"count": "{count} authors",

View File

@ -298,7 +298,7 @@
},
"artist": {
"album-count": "{count} albums",
"shuffle": "Lecture aléatoire"
"play": "Lire"
},
"artists": {
"count": "{count} auteurs",

View File

@ -13,7 +13,7 @@
</a>
<a class="button is-small is-dark is-rounded" @click="play">
<span class="icon"><mdicon name="play" size="16" /></span>
<span v-text="$t('page.audiobooks.artist.shuffle')" />
<span v-text="$t('page.audiobooks.artist.play')" />
</a>
</div>
</template>