Removes an unnecessary message and changes the video bridge message.

This commit is contained in:
fo 2014-09-24 11:32:30 +03:00
parent ce3c1da679
commit 003571173e
2 changed files with 1 additions and 2 deletions

2
app.js
View File

@ -840,7 +840,7 @@ $(document).bind('presence.muc', function (event, jid, info, pres) {
if($(pres).find(">bridgeIsDown").length > 0 && !bridgeIsDown) {
bridgeIsDown = true;
messageHandler.showError("Error",
"The video bridge is currently unavailable.");
"Jitsi Videobridge is currently unavailable. Please try again later!");
}
});

View File

@ -240,7 +240,6 @@ function initInlineInstalls()
function getSwitchStreamFailed(error) {
console.error("Failed to obtain the stream to switch to", error);
messageHandler.showError('Error', 'Failed to get video stream');
switchInProgress = false;
}