Thanks to visit codestin.com
Credit goes to github.com

Skip to content

refactor: Improve roles UI #5576

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Jan 4, 2023
Prev Previous commit
Next Next commit
Update language
  • Loading branch information
BrunoQuaresma committed Jan 4, 2023
commit a23b81879fdb2c0bd94dfad03d44962823aa3607
10 changes: 5 additions & 5 deletions site/src/i18n/en/usersPage.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"resetPasswordMenuItem": "Reset password",
"editUserRolesTooltip": "Edit user roles",
"roleDescription": {
"owner": "Admin can manage all the coder resources including users and their permissions",
"user-admin": "Admin can manage all the coder resources including users and their permissions",
"template-admin": "Admin can manage all the coder resources including users and their permissions",
"auditor": "Admin can manage all the coder resources including users and their permissions",
"member": "Admin can manage all the coder resources including users and their permissions"
"owner": "Owner can manage all the coder resources including users and their permissions",
"user-admin": "User admin can manage all the coder users and groups",
"template-admin": "Template admin can manage all the coder templates and permissions",
"auditor": "Auditor can access the audit logs",
"member": "Everybody is a member. This is a shared and default role for all the users"
},
"member": "Member"
}