[web] Wrong label for play button in audiobook page
This commit is contained in:
parent
95f0b9a780
commit
88425fc38d
File diff suppressed because one or more lines are too long
|
@ -298,7 +298,7 @@
|
|||
},
|
||||
"artist": {
|
||||
"album-count": "{count} Alben",
|
||||
"shuffle": "Zufallswiedergabe"
|
||||
"play": "Spielen"
|
||||
},
|
||||
"artists": {
|
||||
"count": "{count} Autoren",
|
||||
|
|
|
@ -298,7 +298,7 @@
|
|||
},
|
||||
"artist": {
|
||||
"album-count": "{count} albums",
|
||||
"shuffle": "Shuffle"
|
||||
"play": "Play"
|
||||
},
|
||||
"artists": {
|
||||
"count": "{count} authors",
|
||||
|
|
|
@ -298,7 +298,7 @@
|
|||
},
|
||||
"artist": {
|
||||
"album-count": "{count} albums",
|
||||
"shuffle": "Lecture aléatoire"
|
||||
"play": "Lire"
|
||||
},
|
||||
"artists": {
|
||||
"count": "{count} auteurs",
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue