diff --git a/apps/user_ldap/js/wizard/wizardTabGeneric.js b/apps/user_ldap/js/wizard/wizardTabGeneric.js index f24c520c1f..edb099f99c 100644 --- a/apps/user_ldap/js/wizard/wizardTabGeneric.js +++ b/apps/user_ldap/js/wizard/wizardTabGeneric.js @@ -553,7 +553,7 @@ OCA = OCA || {}; ) { toggleFnc(true); } else { - OCdialogs.confirm( + OC.dialogs.confirm( t('user_ldap', 'Switching the mode will enable automatic LDAP queries. Depending on your LDAP size they may take a while. Do you still want to switch the mode?'), t('user_ldap', 'Mode switch'), toggleFnc