From 438cae101f25838cad3e54b25c11e598d13ad4da Mon Sep 17 00:00:00 2001 From: hristoterezov Date: Thu, 17 Mar 2016 13:23:03 -0500 Subject: [PATCH] Fixes error with max users limit after review --- lang/main.json | 2 +- modules/UI/UI.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/main.json b/lang/main.json index f9128e92d..d26735edf 100644 --- a/lang/main.json +++ b/lang/main.json @@ -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", diff --git a/modules/UI/UI.js b/modules/UI/UI.js index 70644a2b1..59d282931 100644 --- a/modules/UI/UI.js +++ b/modules/UI/UI.js @@ -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(