mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
"MDL-24113, Manage licenses page should be named Manage licenses"
This commit is contained in:
parent
6a50d10a64
commit
47576a5e02
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ if ($hassiteconfig) {
|
||||||
|
|
||||||
/// License types
|
/// License types
|
||||||
$ADMIN->add('modules', new admin_category('licensesettings', get_string('license')));
|
$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');
|
require_once($CFG->libdir . '/licenselib.php');
|
||||||
$licenses = array();
|
$licenses = array();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue