diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2020-06-24 17:34:00 +0200 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2020-06-24 17:01:17 +0000 |
commit | 003407e094eb96da7a8de36e23a14d0d390d5099 (patch) | |
tree | 4b09f8feaee70687e5663c641e890ea0a910c6ba | |
parent | d4343de3ebe9c71c2191990f01009ef82bfce93b (diff) | |
download | nextcloud-server-003407e094eb96da7a8de36e23a14d0d390d5099.tar.gz nextcloud-server-003407e094eb96da7a8de36e23a14d0d390d5099.zip |
fix obsolete usage of OCdialogs
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
-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 |