Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
typo fix

Co-authored-by: Ankush Menat <ankush@frappe.io>
  • Loading branch information
HUMENTH and ankush committed Aug 21, 2023
1 parent 769fa08 commit 3784ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frappe/core/doctype/user/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ def reset_password(user: str) -> str:
user.reset_password(send_email=True)

return frappe.msgprint(
msg=_("Password reset instructions have been sent to your email"),
msg=_("Password reset instructions have been sent to user's email"),
title=_("Password Email Sent"),
)
except frappe.DoesNotExistError:
Expand Down

0 comments on commit 3784ce8

Please sign in to comment.