Removes title param from openTwoButtonDialog.
This commit is contained in:
parent
f0ac52614b
commit
65f8c9ad97
|
@ -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}
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue