From 65f8c9ad97ef02eccbf3b31acb2674ff69667d5e Mon Sep 17 00:00:00 2001 From: damencho Date: Mon, 17 Oct 2016 18:11:48 -0500 Subject: [PATCH] Removes title param from openTwoButtonDialog. --- conference.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conference.js b/conference.js index de26abedc..af902558c 100644 --- a/conference.js +++ b/conference.js @@ -195,7 +195,7 @@ function maybeRedirectToWelcomePage(showThankYou) { if (showThankYou) { APP.UI.messageHandler.openMessageDialog( - null, null, + null, "dialog.thankYou", APP.translation.translateString( "dialog.thankYou", {appName:interfaceConfig.APP_NAME} )