Forgot the i18n

This commit is contained in:
Alexandre Aubin 2019-10-19 18:04:55 +02:00
parent b8ce8e9392
commit 7c99aff94e

View file

@ -150,7 +150,7 @@ def user_permission_update(operation_logger, permission, add=None, remove=None,
# Don't update LDAP if we update exactly the same values
if set(new_allowed_groups) == set(current_allowed_groups):
logger.warning("permission_already_up_to_date")
logger.warning(m18n.n("permission_already_up_to_date"))
return
# Commit the new allowed group list