diff --git a/grappelli/templates/registration/password_reset_done.html b/grappelli/templates/registration/password_reset_done.html
index a009281f6..0e58766d2 100644
--- a/grappelli/templates/registration/password_reset_done.html
+++ b/grappelli/templates/registration/password_reset_done.html
@@ -7,5 +7,5 @@
{% block content %}
{% trans 'Password reset successful' %}
-
{% trans "We've e-mailed a new password to the e-mail address you submitted. You should be receiving it shortly." %}
+
{% trans "We've e-mailed you instructions for setting your password to the e-mail address you submitted. You should be receiving it shortly." %}
{% endblock %}
diff --git a/grappelli/templates/registration/password_reset_email.html b/grappelli/templates/registration/password_reset_email.html
index 1e53caae1..203a1ca86 100644
--- a/grappelli/templates/registration/password_reset_email.html
+++ b/grappelli/templates/registration/password_reset_email.html
@@ -1,7 +1,6 @@
{% load url from future %}
{% load i18n %}{% autoescape off %}
-{% trans "You're receiving this e-mail because you requested a password reset" %}
-{% blocktrans %}for your user account at {{ site_name }}{% endblocktrans %}.
+{% blocktrans %}You're receiving this e-mail because you requested a password reset for your user account at {{ site_name }}.{% endblocktrans %}
{% trans "Please go to the following page and choose a new password:" %}
{% block reset_link %}
diff --git a/grappelli/templates/registration/password_reset_form.html b/grappelli/templates/registration/password_reset_form.html
index 79332803a..2d8b62f0f 100644
--- a/grappelli/templates/registration/password_reset_form.html
+++ b/grappelli/templates/registration/password_reset_form.html
@@ -7,7 +7,7 @@
{% block content %}
{% trans "Password reset" %}
-
{% trans "Forgotten your password? Enter your e-mail address below, and we'll reset your password and e-mail the new one to you." %}
+
{% trans "Forgotten your password? Enter your e-mail address below, and we'll e-mail instructions for setting a new one." %}