Change the name of the switch
This commit is contained in:
		@@ -32,7 +32,7 @@ if ($hassiteconfig) {
 | 
				
			|||||||
    $ADMIN->add("localplugins", $settings);
 | 
					    $ADMIN->add("localplugins", $settings);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    $settings->add(new admin_setting_configcheckbox(
 | 
					    $settings->add(new admin_setting_configcheckbox(
 | 
				
			||||||
        "local_webhooks/enabled",
 | 
					        "local_webhooks/enable",
 | 
				
			||||||
        new lang_string("enable", "moodle"),
 | 
					        new lang_string("enable", "moodle"),
 | 
				
			||||||
        new lang_string("enablews", "webservice"),
 | 
					        new lang_string("enablews", "webservice"),
 | 
				
			||||||
        false));
 | 
					        false));
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user