Fix the text "Seperate tags by commas and spaces" since spaces are not used to seperate anymore.
This commit is contained in:
parent
3018832153
commit
9382221fe2
@ -28,7 +28,7 @@ class EditForm(wtforms.Form):
|
|||||||
_('Tags'),
|
_('Tags'),
|
||||||
[tag_length_validator],
|
[tag_length_validator],
|
||||||
description=_(
|
description=_(
|
||||||
"Seperate tags by commas or spaces."))
|
"Seperate tags by commas."))
|
||||||
slug = wtforms.TextField(
|
slug = wtforms.TextField(
|
||||||
_('Slug'),
|
_('Slug'),
|
||||||
[wtforms.validators.Required(message=_("The slug can't be empty"))],
|
[wtforms.validators.Required(message=_("The slug can't be empty"))],
|
||||||
|
@ -32,4 +32,4 @@ class SubmitStartForm(wtforms.Form):
|
|||||||
_('Tags'),
|
_('Tags'),
|
||||||
[tag_length_validator],
|
[tag_length_validator],
|
||||||
description=_(
|
description=_(
|
||||||
"Seperate tags by commas or spaces."))
|
"Seperate tags by commas."))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user