From 3ac585c4b2bc80c39d9041fb367e49f1a2c8fdcc Mon Sep 17 00:00:00 2001 From: Jo Vuit <jo.vuitton@gmail.com> Date: Thu, 7 Feb 2019 18:17:18 +0100 Subject: [PATCH] Typo --- front/src/views/playlists/Detail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') } } }, -- GitLab