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

@@ -8,7 +8,7 @@
<div class="grid-row">
<div class="column-two-thirds">
<h1 class="heading-large">Resend verification code</h1>
<h1 class="heading-large">Resend security code</h1>
<p>Text messages sometimes take a few minutes to arrive. If you do not receive the text message, you can resend it.</p>
@@ -16,7 +16,7 @@
<p>
<a class="button" href="{{url_for('main.check_and_resend_verification_code')}}" role="button">Resend verification code</a>
<a class="button" href="{{url_for('main.check_and_resend_verification_code')}}" role="button">Resend security code</a>
</p>
</div>
</div>