diff --git a/frappe/core/doctype/user/user.py b/frappe/core/doctype/user/user.py index 6c6c4375a2..367a2ba5a1 100644 --- a/frappe/core/doctype/user/user.py +++ b/frappe/core/doctype/user/user.py @@ -1175,7 +1175,7 @@ def reset_password(user: str) -> None: frappe.log_error(title="Password reset failed unexpectedly", message=frappe.get_traceback()) frappe.msgprint( - msg=_("If an account with this email exists, password reset instructions have been sent."), + msg=_("If this email is registered with us, we’ve sent password reset instructions to it. Please check your inbox."), title=_("Password Reset"), )