remove double spaces in ChannelForm
This commit is contained in:
parent
ebde85b235
commit
b17e382a9e
|
@ -195,7 +195,7 @@ export default {
|
|||
{
|
||||
value: "music",
|
||||
label: this.$pgettext('*/*/*', "Artist discography"),
|
||||
helpText: this.$pgettext('Content/Channels/Help', "Publish music you make as a nice discography of albums and singles."),
|
||||
helpText: this.$pgettext('Content/Channels/Help', "Publish music you make as a nice discography of albums and singles."),
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue