diff --git a/app/templates/views/edit-letter-template.html b/app/templates/views/edit-letter-template.html index 3d4c42665..1e7184f07 100644 --- a/app/templates/views/edit-letter-template.html +++ b/app/templates/views/edit-letter-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) }} {{ sticky_page_footer(