Changed the last parameter passed to get_string
This commit is contained in:
parent
60ba77d562
commit
010aa564e1
1 changed files with 1 additions and 1 deletions
2
edit.php
2
edit.php
|
@ -196,7 +196,7 @@ $PAGE->set_heading($course->fullname);
|
|||
$PAGE->set_url('/mod/customcert/edit.php', array('cmid' => $cmid));
|
||||
|
||||
echo $OUTPUT->header();
|
||||
echo $OUTPUT->heading(get_string('editcustomcert', 'mod_customcert'));
|
||||
echo $OUTPUT->heading(get_string('editcustomcert', 'customcert'));
|
||||
$mform->display();
|
||||
if (!empty($templates)) {
|
||||
$loadtemplateform->display();
|
||||
|
|
Loading…
Reference in a new issue