Change registered -> created in registration confirmation page

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
Paul Eggleton 2013-03-28 01:14:00 +00:00
parent 40e116883c
commit 86ffcbd5fe

View File

@ -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 %}