This commit is contained in:
Jo Vuit 2019-02-07 18:17:18 +01:00
parent 48c35f37ac
commit 3ac585c4b2
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ export default {
computed: { computed: {
labels() { labels() {
return { return {
playlist: this.$gettext('"Playlist") playlist: this.$gettext('Playlist')
} }
} }
}, },