We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee823d2 commit 4ad528aCopy full SHA for 4ad528a
web/core/constants/project.ts
@@ -17,7 +17,7 @@ export const NETWORK_CHOICES: {
17
{
18
key: 2,
19
label: "Public",
20
- description: "Anyone in the workspace can join",
+ description: "Anyone in the workspace except Guests can join",
21
icon: Globe2,
22
},
23
];
0 commit comments