From fd2be466bc6a47339f016737f1083d17c6f1086c Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Wed, 27 Mar 2013 09:41:43 +0000 Subject: [PATCH] Change "register" to "create account" on login page Signed-off-by: Paul Eggleton --- templates/registration/login.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/registration/login.html b/templates/registration/login.html index e41c729..7e3d615 100644 --- a/templates/registration/login.html +++ b/templates/registration/login.html @@ -11,7 +11,7 @@

{% trans "Forgot password" %}? {% trans "Reset it" %}!

-

{% trans "Not a member" %}? {% trans "Register" %}!

+

{% trans "Don't have an account" %}? {% trans "Create one now" %}!

{% endblock %}