From dcf6a45537d93333d3210487e003acf607d560d1 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Sat, 17 May 2025 18:02:47 +0530 Subject: [PATCH] chore: language --- frappe/permissions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/permissions.py b/frappe/permissions.py index 54cfbf4c1a..04549744d3 100644 --- a/frappe/permissions.py +++ b/frappe/permissions.py @@ -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(("
").join(frappe.flags.get("has_permission_check_logs", [])))