diff --git a/changes/changelog.d/435.bugfix b/changes/changelog.d/435.bugfix new file mode 100644 index 000000000..aa93ec351 --- /dev/null +++ b/changes/changelog.d/435.bugfix @@ -0,0 +1 @@ +Fixed wrong title in PlayButton (#435) diff --git a/front/src/components/audio/PlayButton.vue b/front/src/components/audio/PlayButton.vue index b1421225b..58a58e7b1 100644 --- a/front/src/components/audio/PlayButton.vue +++ b/front/src/components/audio/PlayButton.vue @@ -2,7 +2,7 @@