From d893a67fc2c97c15cef40a6668646a13e0dd347b Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Mon, 22 Aug 2016 15:47:25 +0100 Subject: [PATCH] Another content change from Gwen _Missed this one because it was in a different email_ We don't use 'we'. It's better to say 'An email has been sent to...' --- app/templates/views/registration-continue.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}