Renamed the label for the customcert intro field
This commit is contained in:
parent
d566ecc1d3
commit
6b145ee81f
2 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ class mod_customcert_mod_form extends moodleform_mod {
|
|||
}
|
||||
$mform->addRule('name', null, 'required', null, 'client');
|
||||
|
||||
$this->add_intro_editor(false, get_string('intro', 'customcert'));
|
||||
$this->add_intro_editor(false, get_string('description', 'customcert'));
|
||||
|
||||
$mform->addElement('header', 'options', get_string('options', 'customcert'));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue