diff --git a/app/templates/views/edit-sms-template.html b/app/templates/views/edit-sms-template.html index 414e467d9..452cf4721 100644 --- a/app/templates/views/edit-sms-template.html +++ b/app/templates/views/edit-sms-template.html @@ -19,7 +19,7 @@ {% call form_wrapper() %}
- {{ textbox(form.name, width='1-1', hint='Your recipients won’t see this') }} + {{ textbox(form.name, width='1-1', hint='Your recipients will not see this') }}
{{ textbox(form.template_content, highlight_tags=True, width='1-1', rows=5) }}