fix: updated message
This commit is contained in:
parent
33077e0a2c
commit
74a5b3c8a3
1 changed files with 1 additions and 1 deletions
|
|
@ -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, we’ve sent password reset instructions to it. Please check your inbox."),
|
||||||
title=_("Password Reset"),
|
title=_("Password Reset"),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue