mirror of
https://github.com/moodle/moodle.git
synced 2025-04-25 10:26:17 +02:00
Merge branch 'MDL-80814-main' of https://github.com/aanabit/moodle
This commit is contained in:
commit
15ae5d9b21
@ -127,7 +127,7 @@ if (!empty($add)) {
|
||||
$sectionname = get_section_name($course, $cw);
|
||||
$fullmodulename = get_string('modulename', $module->name);
|
||||
$pageheading = get_string('editsettings', 'moodle');
|
||||
$pagetitle = get_string('edita', 'moodle', $fullmodulename);
|
||||
$pagetitle = get_string('edita', 'moodle', $fullmodulename) . ': ' . $cm->name;
|
||||
$navbaraddition = null;
|
||||
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user