Changed some more instances of "confirmation" code to "security" code

This commit is contained in:
Martyn Inglis
2016-08-22 12:52:05 +01:00
parent e610d83be4
commit 380a6526c4
5 changed files with 8 additions and 8 deletions

View File

@@ -12,11 +12,11 @@ Check your mobile number GOV.UK Notify
<div class="column-two-thirds">
<h1 class="heading-large">Check your mobile number</h1>
<p>Check your mobile phone number is correct and then resend the confirmation code.</p>
<p>Check your mobile phone number is correct and then resend the security code.</p>
<form autocomplete="off" method="post">
{{ textbox(form.mobile_number) }}
{{ page_footer("Resend confirmation code") }}
{{ page_footer("Resend security code") }}
</form>
</div>
</div>