fix(notification): change title for kick notification
This commit is contained in:
parent
e63cd8c81b
commit
17f4b24a3f
|
@ -262,6 +262,7 @@
|
|||
"allow": "Allow",
|
||||
"confirm": "Confirm",
|
||||
"kickMessage": "Ouch! You have been kicked out of the meet!",
|
||||
"kickTitle": "Kicked from meeting",
|
||||
"popupErrorTitle": "Pop-up blocked",
|
||||
"popupError": "Your browser is blocking pop-up windows from this site. Please enable pop-ups in your browser's security settings and try again.",
|
||||
"passwordErrorTitle": "Password Error",
|
||||
|
|
|
@ -157,7 +157,7 @@ UI.notifyKicked = function() {
|
|||
messageHandler.showError({
|
||||
hideErrorSupportLink: true,
|
||||
descriptionKey: 'dialog.kickMessage',
|
||||
titleKey: 'dialog.sessTerminated'
|
||||
titleKey: 'dialog.kickTitle'
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue