summaryrefslogtreecommitdiffstats
path: root/packages/meshbay-hub/src/meshbay_hub/static/locales/en.js
diff options
context:
space:
mode:
Diffstat (limited to 'packages/meshbay-hub/src/meshbay_hub/static/locales/en.js')
-rw-r--r--packages/meshbay-hub/src/meshbay_hub/static/locales/en.js10
1 files changed, 2 insertions, 8 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/en.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/en.js
index b68d02d..9a0f754 100644
--- a/packages/meshbay-hub/src/meshbay_hub/static/locales/en.js
+++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/en.js
@@ -312,16 +312,11 @@ export default {
'create_group.title': 'Create Group',
'create_group.name': 'Group name',
'create_group.name_placeholder': 'e.g. Family Photos, Project Files...',
- 'create_group.visibility': 'Visibility',
- 'create_group.private': 'Private',
- 'create_group.private_desc': 'Only invited members can see and access files',
- 'create_group.public': 'Public',
- 'create_group.public_desc': 'Anyone can discover and browse this group',
'create_group.join_policy': 'Join policy',
'create_group.invite': 'Invite only',
- 'create_group.invite_desc': 'Members must be invited by an admin',
+ 'create_group.invite_desc': "Members must be invited by an admin. The group is not listed publicly.",
'create_group.open': 'Open (anyone can join)',
- 'create_group.open_desc': 'Anyone can join without approval',
+ 'create_group.open_desc': "Listed in public groups — anyone can find it and join without approval.",
'create_group.description': 'Description',
'create_group.description_hint': 'What is this group about? (optional)',
'create_group.submit': 'Create',
@@ -438,5 +433,4 @@ export default {
'group.leave_confirm': 'Leave “{name}”? You will lose access to its files and chat. Files you uploaded stay on the node, and the node keeps the identity it pinned for you until its operator removes it.',
'profile.title': 'Profile',
'usermenu.profile': 'Profile',
- 'create_group.public_is_open': 'Anyone can find and join a public group. To choose who comes in, make it private.',
};