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, }, ];