diff options
| author | Christophe Besson <cbesson@gmail.com> | 2026-09-01 15:18:27 +0200 |
|---|---|---|
| committer | Christophe Besson <cbesson@gmail.com> | 2026-09-01 15:30:53 +0200 |
| commit | 5c25e5a4f42f2eb05c525a284cd584786324b6e1 (patch) | |
| tree | b35204251e3a4458236c151bcaf7f9e77f8bf7ee /packages/meshbay-hub/src/meshbay_hub/static/locales/nl.js | |
| parent | b83803a91753b38435eb4d3be2e683daae9b4de9 (diff) | |
| download | meshbay-5c25e5a4f42f2eb05c525a284cd584786324b6e1.tar.gz | |
fix(hub): adjust no-group prompt and post-create wizard step
No-group home/explore message: when the hub offers no public groups,
drop the "browse public groups" invitation and just ask to be invited
by an admin. New home.invite_only key added to all ten catalogues.
Create-group wizard done step: reword the message to point at inviting
members, and send the button to the group's Settings tab (where the
invite form lives) instead of a stale /groups/<id> path that never
matched the router. The landing tab is a one-shot session hint, so the
usual per-user default-tab preference is left untouched.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01QNPfgH6VWcRzJDZGuzy1jJ
Diffstat (limited to 'packages/meshbay-hub/src/meshbay_hub/static/locales/nl.js')
| -rw-r--r-- | packages/meshbay-hub/src/meshbay_hub/static/locales/nl.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/nl.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/nl.js index 9f15053..d66d914 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/locales/nl.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/nl.js @@ -101,6 +101,7 @@ export default { 'home.browse_prefix': 'Bekijk de ', 'home.browse_link': 'openbare groepen', 'home.browse_suffix': ' of vraag een groepsbeheerder om u uit te nodigen.', + 'home.invite_only': 'Vraag een groepsbeheerder om u uit te nodigen.', 'home.my_groups': 'Mijn groepen', // Explore @@ -831,7 +832,7 @@ export default { 'wizard.indexing_progress': 'Bezig met indexeren… {pct}%', 'wizard.indexing_current_dir': 'Scannen: {dir}', 'wizard.done_title': 'Groep aangemaakt', - 'wizard.done_message': 'Uw groep is klaar. Uw node host de groep en de versleuteling is ingesteld.', + 'wizard.done_message': 'Uw groep is klaar — uw node host de groep en de versleuteling is ingesteld. Nodig nu leden uit via het tabblad Instellingen.', 'wizard.go_to_group': 'Naar groep', 'wizard.finish_later': 'Later voltooien', 'node.stun_servers': 'STUN Servers', |