diff --git a/modules/UI/UI.js b/modules/UI/UI.js index cbc2fe8be..4b1a81839 100644 --- a/modules/UI/UI.js +++ b/modules/UI/UI.js @@ -218,13 +218,13 @@ function registerListeners() { DesktopSharingEventTypes.EXTENSTION_VERSION_ERROR, function () { APP.UI.messageHandler.showError("dialog.error", - "dialog.detectext") + "dialog.detectext"); }); APP.desktopsharing.addListener( DesktopSharingEventTypes.EXTENSION_INSTALLATION_ERROR, function () { APP.UI.messageHandler.showError("dialog.error", - "dialog.failtoinstall") + "dialog.failtoinstall"); }); APP.connectionquality.addListener(CQEvents.LOCALSTATS_UPDATED, VideoLayout.updateLocalConnectionStats);