This commit is contained in:
Jo Vuit 2019-02-07 18:17:18 +01:00
parent 48c35f37ac
commit 3ac585c4b2

View file

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