aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-03-27 09:41:43 +0000
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-03-27 09:41:43 +0000
commitfd2be466bc6a47339f016737f1083d17c6f1086c (patch)
tree9f3b8b4707d9527507d36ead679ba96848abf77f /templates
parenta7323361ffa00286c33f1a86f59270e50e38085b (diff)
downloadopenembedded-core-contrib-fd2be466bc6a47339f016737f1083d17c6f1086c.tar.gz
Change "register" to "create account" on login page
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/registration/login.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/registration/login.html b/templates/registration/login.html
index e41c7291a8..7e3d615238 100644
--- a/templates/registration/login.html
+++ b/templates/registration/login.html
@@ -11,7 +11,7 @@
</form>
<p>{% trans "Forgot password" %}? <a href="{% url auth_password_reset %}">{% trans "Reset it" %}</a>!</p>
-<p>{% trans "Not a member" %}? <a href="{% url registration_register %}">{% trans "Register" %}</a>!</p>
+<p>{% trans "Don't have an account" %}? <a href="{% url registration_register %}">{% trans "Create one now" %}</a>!</p>
{% endblock %}