diff --git a/front/src/views/playlists/Detail.vue b/front/src/views/playlists/Detail.vue index e6b81e55..5ed79cee 100644 --- a/front/src/views/playlists/Detail.vue +++ b/front/src/views/playlists/Detail.vue @@ -88,7 +88,7 @@ export default { computed: { labels() { return { - playlist: this.$gettext('"Playlist") + playlist: this.$gettext('Playlist') } } },