diff --git a/app/templates/views/two-factor-email.html b/app/templates/views/two-factor-email.html index 0d6278534..105f66351 100644 --- a/app/templates/views/two-factor-email.html +++ b/app/templates/views/two-factor-email.html @@ -2,7 +2,7 @@ {% from "components/page-footer.html" import page_footer %} {% block per_page_title %} - Email verification + {{ title }} {% endblock %} {% block maincolumn_content %} @@ -10,7 +10,8 @@

{{ title }}

-

We’ve sent you an email with your login link

+

We’ve emailed you a link to sign in to Notify.

+

Clicking the link will open Notify in a new browser window, so you can close this one.

{{ page_footer( secondary_link=url_for('main.email_not_received'), secondary_link_text='Not received an email?' @@ -18,4 +19,4 @@
-{% endblock %} \ No newline at end of file +{% endblock %}