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/es.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/es.js')
| -rw-r--r-- | packages/meshbay-hub/src/meshbay_hub/static/locales/es.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/es.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/es.js index cf0d6d4..14b1e0b 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/locales/es.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/es.js @@ -99,6 +99,7 @@ export default { 'home.browse_prefix': 'Explore los ', 'home.browse_link': 'grupos públicos', 'home.browse_suffix': ' o pida a un administrador de grupo que le invite.', + 'home.invite_only': 'Pida a un administrador de grupo que le invite.', 'home.my_groups': 'Mis grupos', // Explore @@ -815,7 +816,7 @@ export default { 'wizard.indexing_progress': 'Indexando… {pct}%', 'wizard.indexing_current_dir': 'Analizando: {dir}', 'wizard.done_title': 'Grupo creado', - 'wizard.done_message': 'Su grupo está listo. Su node lo aloja y el cifrado está configurado.', + 'wizard.done_message': 'Su grupo está listo: su node lo aloja y el cifrado está configurado. Ahora invite a miembros desde la pestaña Ajustes.', 'wizard.go_to_group': 'Ir al grupo', 'wizard.finish_later': 'Finalizar configuración más tarde', 'node.stun_servers': 'STUN Servers', |