diff --git a/ckan/logic/validators.py b/ckan/logic/validators.py index 30f922d1fa1..e5e8e23bdb2 100644 --- a/ckan/logic/validators.py +++ b/ckan/logic/validators.py @@ -870,7 +870,7 @@ def email_is_unique(key, data, errors, context): if not users: return else: - # allow user to update his own email + # allow users to update their own email for user in users: if user.id == data[("id",)]: return