diff --git a/src/yunohost/permission.py b/src/yunohost/permission.py index 1e76c6bd9..789c18b7e 100644 --- a/src/yunohost/permission.py +++ b/src/yunohost/permission.py @@ -102,6 +102,7 @@ def user_permission_list(short=False, full=False, ignore_system_perms=False, abs logger.debug("Uhoh, unknown permission %s ? (Maybe we're in the process or deleting the perm for this app...)" % main_perm_name) continue main_perm_label = permissions[main_perm_name]["label"] + infos["sublabel"] = infos["label"] infos["label"] = "%s (%s)" % (main_perm_label, infos["label"]) if short: