diff --git a/app/main/forms.py b/app/main/forms.py index 38c72b1c2..befcb1ca4 100644 --- a/app/main/forms.py +++ b/app/main/forms.py @@ -198,7 +198,7 @@ class SMSTemplateForm(Form): validators=[DataRequired(message="Can’t be empty")]) template_content = TextAreaField( - u'Message content', + u'Message', validators=[ DataRequired(message="Can’t be empty"), NoCommasInPlaceHolders()