mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
site: fix copy in users roles view (#5583)
This commit is contained in:
@@ -9,11 +9,11 @@
|
||||
"editUserRolesTooltip": "Edit user roles",
|
||||
"fieldSetRolesTooltip": "Available roles",
|
||||
"roleDescription": {
|
||||
"owner": "Owner can manage all resources, including users and their permissions",
|
||||
"user-admin": "User admin can manage all users and groups",
|
||||
"template-admin": "Template admin can manage all templates and permissions",
|
||||
"auditor": "Auditor can access the audit logs",
|
||||
"member": "Everybody is a member. This is a shared and default role for all users"
|
||||
"owner": "Owner can manage all resources, including users, groups, templates, and workspaces.",
|
||||
"user-admin": "User admin can manage all users and groups.",
|
||||
"template-admin": "Template admin can manage all templates and workspaces.",
|
||||
"auditor": "Auditor can access the audit logs.",
|
||||
"member": "Everybody is a member. This is a shared and default role for all users."
|
||||
},
|
||||
"member": "Member"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user