Replace don't with do not

This commit is contained in:
karlchillmaid
2019-09-13 10:36:35 +01:00
committed by Chris Hill-Scott
parent 4f7d618d89
commit fc4eb24795

View File

@@ -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') }}
</div>
{{ radios(form.consent_to_research, hint='You dont 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 %}
</div>