diff --git a/front/src/components/audio/PlayButton.vue b/front/src/components/audio/PlayButton.vue index 27a052269..d438a14a0 100644 --- a/front/src/components/audio/PlayButton.vue +++ b/front/src/components/audio/PlayButton.vue @@ -67,7 +67,7 @@ export default { }, title () { if (this.playable) { - return this.$gettext('Play now') + return this.$gettext('Play...') } else { if (this.track) { return this.$gettext('This track is not available in any library you have access to')