Removes title param from openTwoButtonDialog.

This commit is contained in:
damencho
2016-10-18 14:54:30 -05:00
parent f0ac52614b
commit 65f8c9ad97
+1 -1
View File
@@ -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}
)