mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-03 15:41:06 -04:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user