diff --git a/login/templates/password_reset.html b/login/templates/password_reset.html index 3bc5e79..8217182 100644 --- a/login/templates/password_reset.html +++ b/login/templates/password_reset.html @@ -2,26 +2,23 @@ {% load i18n django_bootstrap5 %} {% block login_content %} - -
{% trans "Enter your email address below, and we'll email instructions for setting a new one." %}
+ +{% trans "We've emailed you instructions for setting your password, if an account exists with the email you entered. You should receive them shortly." %}
- -{% trans "If you don't receive an email, please make sure you've entered the address you registered with, and check your spam folder." %}
+{% trans "We've sent you an email with instructions to reset your password. If an account with the provided email exists, you should receive it shortly." %}
+{% trans "If you don't receive an email, please check the email address you entered and look in your spam folder." %}