aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-03-28 01:14:00 +0000
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-03-28 01:15:25 +0000
commit86ffcbd5fea5066b0388c3524657ff1c2f061dc3 (patch)
treee14c7377ae783984df8ee496550ae0f45411915a /templates
parent40e116883c325b520ddc7564cfc169f0f762ce61 (diff)
downloadopenembedded-core-contrib-86ffcbd5fea5066b0388c3524657ff1c2f061dc3.tar.gz
Change registered -> created in registration confirmation page
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/registration/registration_complete.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/registration/registration_complete.html b/templates/registration/registration_complete.html
index c59bd78ad1..0d1b2ef614 100644
--- a/templates/registration/registration_complete.html
+++ b/templates/registration/registration_complete.html
@@ -2,5 +2,5 @@
{% load i18n %}
{% block content %}
-<p>{% trans "You are now registered, however your account must now be activated. An email has been sent with instructions on how to activate your account." %}</p>
+<p>{% trans "Your account has been created, however it must now be activated. An email has been sent with instructions on how to activate your account." %}</p>
{% endblock %}