mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-06 08:39:57 +02:00
Modified tooltip of PlayButton
This commit is contained in:
parent
fda6b60cfb
commit
43e33294e5
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ export default {
|
||||||
},
|
},
|
||||||
title () {
|
title () {
|
||||||
if (this.playable) {
|
if (this.playable) {
|
||||||
return this.$gettext('Play now')
|
return this.$gettext('Play...')
|
||||||
} else {
|
} else {
|
||||||
if (this.track) {
|
if (this.track) {
|
||||||
return this.$gettext('This track is not available in any library you have access to')
|
return this.$gettext('This track is not available in any library you have access to')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue