Fix #715: On media submit page, "Separate" is misspelled
This commit is contained in:
parent
550d48d040
commit
6f55906078
@ -28,7 +28,7 @@ class EditForm(wtforms.Form):
|
|||||||
_('Tags'),
|
_('Tags'),
|
||||||
[tag_length_validator],
|
[tag_length_validator],
|
||||||
description=_(
|
description=_(
|
||||||
"Seperate tags by commas."))
|
"Separate 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."))
|
"Separate tags by commas."))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user