diff --git a/src/web/pages/templates/change_email_validate.html.j2 b/src/web/pages/templates/change_email_validate.html.j2
index 3664c2fa4..02fe63c23 100644
--- a/src/web/pages/templates/change_email_validate.html.j2
+++ b/src/web/pages/templates/change_email_validate.html.j2
@@ -11,7 +11,9 @@ Change your email
{% match body %}
{% when ChangeEmailValidateBody::ValidationPending { session_id, client_secret, validation_error } %}
- A message has been sent to your new email address with a validation link. If you do not receive the email:
+ A message has been sent to your new email address with a validation link.
+ To finish changing your email, click the link and then return to this page.
+ If you do not receive the email:
- A message has been sent to your new email address with a validation link.
+ A message has been sent to your email address with a validation link.
To finish creating your account, click the link and then return to this page.
If you do not receive the email:
diff --git a/src/web/pages/templates/reset_password_validate.html.j2 b/src/web/pages/templates/reset_password_validate.html.j2
index dde49fc4b..135a5235a 100644
--- a/src/web/pages/templates/reset_password_validate.html.j2
+++ b/src/web/pages/templates/reset_password_validate.html.j2
@@ -10,7 +10,9 @@ Reset your password
{% match body %}
{% when ResetPasswordValidateBody::ValidationPending { session_id, client_secret, validation_error } %}
- Check your inbox for the validation email. If you do not receive the email:
+ A message has been sent to your email address with a validation link.
+ To finish resetting your password, click the link and then return to this page.
+ If you do not receive the email:
Check your spam filter.
Your Matrix account may not be associated with an email address. Contact your homeserver's
@@ -30,7 +32,7 @@ Reset your password
{{ form }}
{% when ResetPasswordValidateBody::ResetSuccess { user_card } %}
{{ user_card }}
-