Reword resend email page

Changes the wording to match: https://github.com/alphagov/notifications-admin/blob/166870c5362fecd856006f264e3fe182440b87c4/app/templates/views/registration-continue.html#L10

We don’t use ‘we‘.

The ‘in order to‘ bit is unnecessarily verbose.
This commit is contained in:
Chris Hill-Scott
2016-09-06 16:59:26 +01:00
parent 166870c536
commit 9865c2916f
2 changed files with 2 additions and 2 deletions
@@ -11,7 +11,7 @@
<div class="grid-row">
<div class="column-two-thirds">
<h1 class="heading-large">Check your email</h1>
<p>In order to verify your email address we've sent a new confirmation link to {{email}}</p>
<p>A new confirmation email has been sent to {{email}}</p>
</div>
</div>