mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Forgot the i18n
This commit is contained in:
parent
b8ce8e9392
commit
7c99aff94e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue