diff options
author | blizzz <blizzz@arthur-schiwon.de> | 2020-06-24 22:44:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-24 22:44:26 +0200 |
commit | 58804caf8928670f0bc9e75ea53170b98c8e105b (patch) | |
tree | 008a6247e9f19584a8458324705ab56596432e65 /apps/user_ldap | |
parent | ca845138b7538987688b50b93348b94734d784c1 (diff) | |
parent | 003407e094eb96da7a8de36e23a14d0d390d5099 (diff) | |
download | nextcloud-server-58804caf8928670f0bc9e75ea53170b98c8e105b.tar.gz nextcloud-server-58804caf8928670f0bc9e75ea53170b98c8e105b.zip |
Merge pull request #21568 from nextcloud/backport/21564/stable19
[stable19] fix obsolete usage of OCdialogs
Diffstat (limited to 'apps/user_ldap')
-rw-r--r-- | apps/user_ldap/js/wizard/wizardTabGeneric.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/js/wizard/wizardTabGeneric.js b/apps/user_ldap/js/wizard/wizardTabGeneric.js index f24c520c1f9..edb099f99cd 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 |