From fc4eb247958a73413f9f50066453c65493633bc7 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Fri, 13 Sep 2019 10:36:35 +0100 Subject: [PATCH] Replace don't with do not --- app/templates/views/service-settings/estimate-usage.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/service-settings/estimate-usage.html b/app/templates/views/service-settings/estimate-usage.html index afd302ab8..b30d5675c 100644 --- a/app/templates/views/service-settings/estimate-usage.html +++ b/app/templates/views/service-settings/estimate-usage.html @@ -31,7 +31,7 @@ {{ textbox(form.volume_sms, width='1-2', hint='For example, 50,000') }} {{ textbox(form.volume_letter, width='1-2', hint='For example, 50,000') }} - {{ radios(form.consent_to_research, hint='You don’t have to take part and you can unsubscribe at any time') }} + {{ radios(form.consent_to_research, hint='You do not have to take part and you can unsubscribe at any time') }} {{ page_footer('Continue') }} {% endcall %}