Change 'verification code' to 'security code'

Extensive testing on Verify has shown that this is understood better.
This commit is contained in:
Chris Hill-Scott
2016-08-22 10:17:03 +01:00
parent e610d83be4
commit aa166856b4
8 changed files with 10 additions and 10 deletions

View File

@@ -14,7 +14,7 @@ Create an account GOV.UK Notify
<form method="post" autocomplete="nope">
{{ textbox(form.name, width='3-4') }}
{{ textbox(form.email_address, hint="Must be from a central government organisation", width='3-4', safe_error_message=True) }}
{{ textbox(form.mobile_number, width='3-4', hint='Well send you a verification code by text message') }}
{{ textbox(form.mobile_number, width='3-4', hint='Well send you a security code by text message') }}
{{ textbox(form.password, hint="At least 10 characters", width='3-4') }}
{{ page_footer("Continue") }}
</form>