Fixes error with max users limit after review

This commit is contained in:
hristoterezov 2016-03-17 13:23:03 -05:00
parent 02ff54b659
commit 438cae101f
2 changed files with 2 additions and 2 deletions

View File

@ -146,7 +146,7 @@
"failedpermissions": "Failed to obtain permissions to use the local microphone and/or camera.",
"bridgeUnavailable": "Jitsi Videobridge 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",
"lockMessage": "Failed to lock the conference.",
"warning": "Warning",

View File

@ -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 () {
var title = APP.translation.generateTranslationHTML(