Parcourir la source

Removes title param from openTwoButtonDialog.

j8
damencho il y a 8 ans
Parent
révision
65f8c9ad97
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      conference.js

+ 1
- 1
conference.js Voir le fichier

@@ -195,7 +195,7 @@ function maybeRedirectToWelcomePage(showThankYou) {
195 195
 
196 196
     if (showThankYou) {
197 197
         APP.UI.messageHandler.openMessageDialog(
198
-            null, null,
198
+            null, "dialog.thankYou",
199 199
             APP.translation.translateString(
200 200
                 "dialog.thankYou", {appName:interfaceConfig.APP_NAME}
201 201
             )

Chargement…
Annuler
Enregistrer