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 %}