fix: updated message

This commit is contained in:
Shariq Ansari 2026-04-15 02:39:17 -07:00 committed by GitHub
parent 33077e0a2c
commit 74a5b3c8a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1175,7 +1175,7 @@ def reset_password(user: str) -> None:
frappe.log_error(title="Password reset failed unexpectedly", message=frappe.get_traceback()) frappe.log_error(title="Password reset failed unexpectedly", message=frappe.get_traceback())
frappe.msgprint( frappe.msgprint(
msg=_("If an account with this email exists, password reset instructions have been sent."), msg=_("If this email is registered with us, weve sent password reset instructions to it. Please check your inbox."),
title=_("Password Reset"), title=_("Password Reset"),
) )