diff --git a/app/templates/views/registration-continue.html b/app/templates/views/registration-continue.html index ab3e54275..e2d6e2be4 100644 --- a/app/templates/views/registration-continue.html +++ b/app/templates/views/registration-continue.html @@ -7,7 +7,7 @@ {% block maincolumn_content %}

Check your email​

-

We’ve sent an email to {{ session['user_details']['email'] }}.

+

An email has been sent to {{ session['user_details']['email'] }}.

Click the link in the email to continue your registration.

{% endblock %}