diff --git a/changes/changelog.d/436.bugfix b/changes/changelog.d/436.bugfix new file mode 100644 index 000000000..9ba0e1a20 --- /dev/null +++ b/changes/changelog.d/436.bugfix @@ -0,0 +1 @@ +Updated wrong icon and copy in play button dropdown (#436) diff --git a/front/src/components/audio/PlayButton.vue b/front/src/components/audio/PlayButton.vue index 3510852b2..600d3de4c 100644 --- a/front/src/components/audio/PlayButton.vue +++ b/front/src/components/audio/PlayButton.vue @@ -14,7 +14,7 @@
@@ -58,7 +58,7 @@ export default { }, title () { if (this.playable) { - return this.$gettext('Play immediatly') + return this.$gettext('Play now') } else { if (this.track) { return this.$gettext('This track is not available in any library you have access to')