diff --git a/app/templates/views/edit-email-template.html b/app/templates/views/edit-email-template.html index ec4ad6edd..d09a81d99 100644 --- a/app/templates/views/edit-email-template.html +++ b/app/templates/views/edit-email-template.html @@ -19,7 +19,7 @@ {% call form_wrapper() %}
- {{ textbox(form.name, width='1-1', hint='Your recipients won’t see this', rows=10) }} + {{ textbox(form.name, width='1-1', hint='Your recipients will not see this', rows=10) }} {{ textbox(form.subject, width='1-1', highlight_tags=True, rows=2) }} {{ textbox(form.template_content, highlight_tags=True, width='1-1', rows=8) }} {% if current_user.platform_admin %}