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'