From 9341fb469e43dfd78ba7fbe57e75a625b4f8ece9 Mon Sep 17 00:00:00 2001 From: Ammar Bandukwala Date: Wed, 4 Jan 2023 21:59:23 +0000 Subject: [PATCH] site: fix copy in users roles view --- 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 8bac76016885f..94b3cec39b330 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" }