Rename System Auditor to Controller System Auditor (#15470) (#6677)

This is to emphasize that this role is specific
to controller component. That is, not an auditor
for the entire AAP platform.

Signed-off-by: Seth Foster <fosterbseth@gmail.com>
This commit is contained in:
Seth Foster
2024-09-09 17:07:14 -04:00
committed by GitHub
parent 5a4b789488
commit 17e01e0eb0
5 changed files with 4 additions and 6 deletions

View File

@@ -2908,7 +2908,7 @@ class ResourceAccessListElementSerializer(UserSerializer):
{
"role": {
"id": None,
"name": _("System Auditor"),
"name": _("Controller System Auditor"),
"description": _("Can view all aspects of the system"),
"user_capabilities": {"unattach": False},
},