mirror of
https://github.com/nextcloud/server.git
synced 2026-05-13 17:10:43 -04:00
fix obsolete usage of OCdialogs
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
8f88125346
commit
ff6cc73d3a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue