app/django/contrib/admin/templates/registration/password_reset_done.html
changeset 323 ff1a9aa48cfd
parent 54 03e267d67478
--- a/app/django/contrib/admin/templates/registration/password_reset_done.html	Tue Oct 14 12:36:55 2008 +0000
+++ b/app/django/contrib/admin/templates/registration/password_reset_done.html	Tue Oct 14 16:00:59 2008 +0000
@@ -9,6 +9,6 @@
 
 <h1>{% trans 'Password reset successful' %}</h1>
 
-<p>{% trans "We've e-mailed a new password to the e-mail address you submitted. You should be receiving it shortly." %}</p>
+<p>{% trans "We've e-mailed you instructions for setting your password to the e-mail address you submitted. You should be receiving it shortly." %}</p>
 
 {% endblock %}