Implement password prompt UI and logic in MultiChatDialog: Add a password entry panel with validation and error handling for room access. Update i18n files for localized password prompts in English, German, and Spanish.
This commit is contained in:
@@ -116,6 +116,10 @@
|
||||
"types": {}
|
||||
},
|
||||
"password": {
|
||||
"title": "Password required",
|
||||
"inputLabel": "Enter password",
|
||||
"submit": "Join room",
|
||||
"cancel": "Cancel",
|
||||
"requiredPrompt": "Room \"{room}\" is password-protected. Please enter password:",
|
||||
"invalidPrompt": "Wrong password for \"{room}\". Please try again:",
|
||||
"cancelled": "Join to \"{room}\" was cancelled.",
|
||||
|
||||
Reference in New Issue
Block a user