Fixes error with max users limit after review
This commit is contained in:
parent
02ff54b659
commit
438cae101f
|
@ -146,7 +146,7 @@
|
||||||
"failedpermissions": "Failed to obtain permissions to use the local microphone and/or camera.",
|
"failedpermissions": "Failed to obtain permissions to use the local microphone and/or camera.",
|
||||||
"bridgeUnavailable": "Jitsi Videobridge is currently unavailable. Please try again later!",
|
"bridgeUnavailable": "Jitsi Videobridge is currently unavailable. Please try again later!",
|
||||||
"jicofoUnavailable": "Jicofo is currently unavailable. Please try again later!",
|
"jicofoUnavailable": "Jicofo is currently unavailable. Please try again later!",
|
||||||
"maxUsersLimitReached": "The limit for maximum number of participants in the conference is already reached. The conference is full. Please try again later!",
|
"maxUsersLimitReached": "The limit for maximum number of participants in the conference has been reached. The conference is full. Please try again later!",
|
||||||
"lockTitle": "Lock failed",
|
"lockTitle": "Lock failed",
|
||||||
"lockMessage": "Failed to lock the conference.",
|
"lockMessage": "Failed to lock the conference.",
|
||||||
"warning": "Warning",
|
"warning": "Warning",
|
||||||
|
|
|
@ -734,7 +734,7 @@ UI.notifyConnectionFailed = function (stropheErrorMsg) {
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Notify user that max users limit is already reached.
|
* Notify user that maximum users limit has been reached.
|
||||||
*/
|
*/
|
||||||
UI.notifyMaxUsersLimitReached = function () {
|
UI.notifyMaxUsersLimitReached = function () {
|
||||||
var title = APP.translation.generateTranslationHTML(
|
var title = APP.translation.generateTranslationHTML(
|
||||||
|
|
Loading…
Reference in New Issue