feat(invites): show empty state when no groups exist in invite form
When groups load successfully but the list is empty, render a quiet "Keine Gruppen vorhanden." message rather than a blank section that leaves users uncertain whether groups failed to load. Adds admin_new_invite_no_groups i18n key to de/en/es. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -765,6 +765,7 @@
|
||||
"admin_new_invite_prefill_email": "Pre-fill email (optional)",
|
||||
"admin_new_invite_expires": "Expiry date (optional)",
|
||||
"admin_new_invite_groups": "Groups (optional)",
|
||||
"admin_new_invite_no_groups": "No groups exist.",
|
||||
"admin_invite_groups_load_error": "Groups could not be loaded. The invite can still be created without group assignment.",
|
||||
"admin_invite_created_title": "Invite created",
|
||||
"admin_invite_created_desc": "Share this link with the person you are inviting:",
|
||||
|
||||
Reference in New Issue
Block a user