mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 12:59:30 +02:00
Resolve "Wrong title for track ellipsis"
This commit is contained in:
parent
cbf17ffa25
commit
20b7dd71d3
15 changed files with 28 additions and 28 deletions
|
@ -84,7 +84,7 @@ export default {
|
|||
},
|
||||
title () {
|
||||
if (this.playable) {
|
||||
return this.$pgettext('*/Queue/Button/Title', 'Play...')
|
||||
return this.$pgettext('*/Queue/Button/Title', 'More...')
|
||||
} else {
|
||||
if (this.track) {
|
||||
return this.$pgettext('*/Queue/Button/Title', 'This track is not available in any library you have access to')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue