From c9ebecbf10573fb8478a18510ab466d2fcd4e14f Mon Sep 17 00:00:00 2001 From: Bernhard Lichtinger Date: Fri, 22 Apr 2016 12:32:46 +0200 Subject: [PATCH] Add Firefox in list of supportedBrowsers for invite emails --- modules/UI/UI.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/UI/UI.js b/modules/UI/UI.js index 8a2e2fa98..b1199b5a8 100644 --- a/modules/UI/UI.js +++ b/modules/UI/UI.js @@ -954,7 +954,7 @@ UI.inviteParticipants = function (roomUrl, conferenceName, key, nick) { } let and = APP.translation.translateString("email.and"); - let supportedBrowsers = `Chromium, Google Chrome ${and} Opera`; + let supportedBrowsers = `Chromium, Google Chrome, Firefox ${and} Opera`; let subject = APP.translation.translateString( "email.subject", {appName:interfaceConfig.APP_NAME, conferenceName}