From 4ad528af3bc918c7919bf8ffdd0e8195032b9935 Mon Sep 17 00:00:00 2001 From: Prateek Shourya Date: Mon, 14 Oct 2024 20:34:54 +0530 Subject: [PATCH] [WEB-2549] chore: ux copy update for project access. --- 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, }, ];