Merge branch 'MDL-80814-main' of https://github.com/aanabit/moodle

This commit is contained in:
Huong Nguyen 2024-02-13 10:18:44 +07:00
commit 15ae5d9b21

View File

@ -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 {