diff options
author | Valentin Popov <info@valentineus.link> | 2017-10-25 08:24:07 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-10-25 08:24:07 +0300 |
commit | d3c79af8cfdae4a07cc09e50e408735f037e8991 (patch) | |
tree | 3a8767f82cbe40f55df04dbab33e2e3bde55cc28 /settings.php | |
parent | 7862e885ede09fe6ca0003d20437fa927fe8d756 (diff) | |
download | local_webhooks-d3c79af8cfdae4a07cc09e50e408735f037e8991.tar.xz local_webhooks-d3c79af8cfdae4a07cc09e50e408735f037e8991.zip |
Change the name of the switch
Diffstat (limited to 'settings.php')
-rw-r--r-- | settings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.php b/settings.php index c2235c2..22fef2f 100644 --- a/settings.php +++ b/settings.php @@ -32,7 +32,7 @@ if ($hassiteconfig) { $ADMIN->add("localplugins", $settings); $settings->add(new admin_setting_configcheckbox( - "local_webhooks/enabled", + "local_webhooks/enable", new lang_string("enable", "moodle"), new lang_string("enablews", "webservice"), false)); |