chore: language

This commit is contained in:
Ankush Menat 2025-05-17 18:02:47 +05:30
parent a6c73dfdbe
commit dcf6a45537

View file

@ -49,7 +49,7 @@ def print_has_permission_check_logs(func):
result = func(*args, **kwargs)
# print only if access denied
# and if user is checking his own permission
# and if user is checking their own permission
if not result and self_perm_check and print_logs:
msgprint(("<br>").join(frappe.flags.get("has_permission_check_logs", [])))