From fa25a816a7893d7ed8994465b04b3800b7f31df2 Mon Sep 17 00:00:00 2001 From: Prateek Shourya Date: Tue, 15 Oct 2024 12:57:29 +0530 Subject: [PATCH] [WEB-2549] chore: ux copy update for project access. (#5831) --- web/core/constants/project.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/core/constants/project.ts b/web/core/constants/project.ts index 0269455fb56..e984cb968a3 100644 --- a/web/core/constants/project.ts +++ b/web/core/constants/project.ts @@ -17,7 +17,7 @@ export const NETWORK_CHOICES: { { key: 2, label: "Public", - description: "Anyone in the workspace can join", + description: "Anyone in the workspace except Guests can join", icon: Globe2, }, ];