Browse Source

feat: typo fix (#2139)

pull/2145/head
natdeanlewissoftwire 11 months ago committed by GitHub
parent
commit
7333d2bb39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/views/devise/passwords/reset_resend_confirmation.html.erb

2
app/views/devise/passwords/reset_resend_confirmation.html.erb

@ -7,7 +7,7 @@
</h1> </h1>
<p class="govuk-body">We’ve sent a link to reset your password to <strong><%= @email %></strong>.</p> <p class="govuk-body">We’ve sent a link to reset your password to <strong><%= @email %></strong>.</p>
<p class="govuk-body">You’ll only this receive this link if your email address already exists in our system.</p> <p class="govuk-body">You’ll only receive this link if your email address already exists in our system.</p>
<p class="govuk-body">If you don’t receive the email within 5 minutes, check your spam or junk folders. Try again if you still haven’t received the email.</p> <p class="govuk-body">If you don’t receive the email within 5 minutes, check your spam or junk folders. Try again if you still haven’t received the email.</p>
</div> </div>
</div> </div>

Loading…
Cancel
Save