From 5fea8739cd02f6e99e0c33b4a687472febd844b2 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Fri, 13 Sep 2019 11:13:04 +0100 Subject: [PATCH] Replace won't with will not --- app/templates/views/edit-email-template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}