MDL-75316 core_moodlenet: Rename settings

Originally implemented as MDL-75319
This commit is contained in:
Huong Nguyen
2023-04-18 17:03:02 +08:00
committed by Michael Hawkins
parent 7727745bf7
commit cd097f117b
5 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ if ($hassiteconfig) { // speedup for non-admins, add all caps used on this page
// Sharing to MoodleNet setting.
$temp->add(new admin_setting_configcheckbox('enablesharingtomoodlenet',
new lang_string('enablesharingtomoodlenet', 'core_admin'),
'', 0));
new lang_string('enablesharingtomoodlenet_desc', 'core_admin'), 0));
$ADMIN->add('experimental', $temp);