Give the textbox on edit template a better label

‘Message content’ is very much _our_ name for the thing. ‘Message’ is
more human-friendly.
This commit is contained in:
Chris Hill-Scott
2016-06-20 11:37:42 +01:00
parent 721b80ffd8
commit eed554ebb8

View File

@@ -198,7 +198,7 @@ class SMSTemplateForm(Form):
validators=[DataRequired(message="Cant be empty")])
template_content = TextAreaField(
u'Message content',
u'Message',
validators=[
DataRequired(message="Cant be empty"),
NoCommasInPlaceHolders()