From 8cca2ef2350d215c604cb62c204d8795abf391a0 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Mon, 22 Aug 2016 10:18:42 +0100 Subject: [PATCH] Lose the 'now' in the 'check your email' title --- 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 6a8c472cb..ab3e54275 100644 --- a/app/templates/views/registration-continue.html +++ b/app/templates/views/registration-continue.html @@ -6,7 +6,7 @@ {% block maincolumn_content %} -

​Now check your email​

+

Check your email​

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

Click the link in the email to continue your registration.