mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
"MDL-24113, Manage licenses page should be named Manage licenses"
This commit is contained in:
parent
6a50d10a64
commit
47576a5e02
@ -138,7 +138,7 @@ if ($hassiteconfig) {
|
||||
|
||||
/// License types
|
||||
$ADMIN->add('modules', new admin_category('licensesettings', get_string('license')));
|
||||
$temp = new admin_settingpage('managelicenses', get_string('license'));
|
||||
$temp = new admin_settingpage('managelicenses', get_string('managelicenses', 'admin'));
|
||||
|
||||
require_once($CFG->libdir . '/licenselib.php');
|
||||
$licenses = array();
|
||||
|
Loading…
x
Reference in New Issue
Block a user