From 0b63825a07fa08a4d9eb9f0df12936535ef06b8f Mon Sep 17 00:00:00 2001 From: Ammar Bandukwala Date: Wed, 4 Jan 2023 17:13:04 -0600 Subject: [PATCH] site: fix copy in users roles view (#5583) --- site/src/i18n/en/usersPage.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/site/src/i18n/en/usersPage.json b/site/src/i18n/en/usersPage.json index 8bac760168..94b3cec39b 100644 --- a/site/src/i18n/en/usersPage.json +++ b/site/src/i18n/en/usersPage.json @@ -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" }