Skip to content

Commit 0b63825

Browse files
authored
site: fix copy in users roles view (#5583)
1 parent a231c1a commit 0b63825

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

site/src/i18n/en/usersPage.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"editUserRolesTooltip": "Edit user roles",
1010
"fieldSetRolesTooltip": "Available roles",
1111
"roleDescription": {
12-
"owner": "Owner can manage all resources, including users and their permissions",
13-
"user-admin": "User admin can manage all users and groups",
14-
"template-admin": "Template admin can manage all templates and permissions",
15-
"auditor": "Auditor can access the audit logs",
16-
"member": "Everybody is a member. This is a shared and default role for all users"
12+
"owner": "Owner can manage all resources, including users, groups, templates, and workspaces.",
13+
"user-admin": "User admin can manage all users and groups.",
14+
"template-admin": "Template admin can manage all templates and workspaces.",
15+
"auditor": "Auditor can access the audit logs.",
16+
"member": "Everybody is a member. This is a shared and default role for all users."
1717
},
1818
"member": "Member"
1919
}

0 commit comments

Comments
 (0)