From bb4c60a4f5042f7c0ca0364ca68e42ddeb4a94c0 Mon Sep 17 00:00:00 2001 From: andrewwallacespeckle Date: Wed, 19 Mar 2025 22:53:26 +0000 Subject: [PATCH] Copy updates --- packages/frontend-2/lib/settings/helpers/constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/frontend-2/lib/settings/helpers/constants.ts b/packages/frontend-2/lib/settings/helpers/constants.ts index 61a99a86e..f87d55756 100644 --- a/packages/frontend-2/lib/settings/helpers/constants.ts +++ b/packages/frontend-2/lib/settings/helpers/constants.ts @@ -30,7 +30,7 @@ export const UPDATE_WORKSPACE_MEMBER_CONFIG: Record< targetUserCurrentRole !== Roles.Workspace.Guest }, dialog: { - title: 'Make admin', + title: 'Make an admin', mainMessage: (seatType) => seatType === WorkspaceSeatType.Editor ? 'They will become project owner for all existing and new workspace projects.' @@ -73,7 +73,7 @@ export const UPDATE_WORKSPACE_MEMBER_CONFIG: Record< targetUserCurrentRole !== Roles.Workspace.Guest }, dialog: { - title: 'Make guest', + title: 'Make a guest', mainMessage: 'They will lose access to all existing workspace projects.', showRoleInfo: true, buttonText: 'Make a guest'