mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 10:56:56 +02:00
Merge branch 'MDL-80814-main' of https://github.com/aanabit/moodle
This commit is contained in:
commit
15ae5d9b21
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue