diff --git a/hypha/apply/users/templates/users/password_reset/form.html b/hypha/apply/users/templates/users/password_reset/form.html index fa72d211ca760a3e50160d13c688ce29696e0039..3a28d709fad811bc6b4831204152710fca67480f 100644 --- a/hypha/apply/users/templates/users/password_reset/form.html +++ b/hypha/apply/users/templates/users/password_reset/form.html @@ -18,11 +18,12 @@ {% endif %} <form class="form form--with-p-tags" method="post"> + <p class="form__help">{% trans "Forgot or want to change your password? Please enter your user account's email address and we will send you a password reset link." %}</p> {% csrf_token %} <p>{{ form.email.label_tag }}</p> <p>{{ form.email }}</p> - <button class="link link--button-secondary" type="submit">{% trans 'Reset password' %}</button> + <button class="link link--button-secondary" type="submit">{% trans "Send password reset email" %}</button> </form> </div> {% endblock %}