mirror of
https://github.com/nextcloud/server.git
synced 2026-06-06 15:23:17 -04:00
Merge pull request #4002 from owncloud/use_OC_in_settings_js
[settings] Use OC instead of oc to show alert at an error.
This commit is contained in:
commit
eed516c31a
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ var UserList = {
|
|||
ready();
|
||||
}
|
||||
} else {
|
||||
oc.dialogs.alert(result.data.message, t('settings', 'Unable to remove user'));
|
||||
OC.dialogs.alert(result.data.message, t('settings', 'Unable to remove user'));
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue