From 052fc7c787e9cefa1501ca9bb4f78beb4af18f9e Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Thu, 30 Jun 2016 10:46:06 +0100 Subject: [PATCH] =?UTF-8?q?Remove=20=E2=80=98register=20account=E2=80=99?= =?UTF-8?q?=20language?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We always call it ‘create account’. --- app/templates/views/signin.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/signin.html b/app/templates/views/signin.html index 719144e3a..6f46634af 100644 --- a/app/templates/views/signin.html +++ b/app/templates/views/signin.html @@ -12,7 +12,7 @@

Sign in

-

If you do not have an account, you can register for one now.

+

If you do not have an account, you can create one now.

{{ textbox(form.email_address) }}