Change the name of the switch

This commit is contained in:
Valentin Popov 2017-10-25 09:24:07 +04:00
parent 7862e885ed
commit d3c79af8cf

View File

@ -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));