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