diff --git a/mayan/apps/permissions/views.py b/mayan/apps/permissions/views.py index 87f5cbc06b..0dc306d441 100644 --- a/mayan/apps/permissions/views.py +++ b/mayan/apps/permissions/views.py @@ -154,6 +154,10 @@ class SetupRolePermissionsView(AssignRemoveView): def get_extra_context(self): return { 'object': self.get_object(), + 'subtitle': _( + 'Permissions granted here will apply to the entire system ' + 'and all objects.' + ), 'title': _('Permissions for role: %s') % self.get_object(), }