diff --git a/mod/label/mod_form.php b/mod/label/mod_form.php index d33e3843c46..ad86a4cf860 100644 --- a/mod/label/mod_form.php +++ b/mod/label/mod_form.php @@ -34,6 +34,7 @@ class mod_label_mod_form extends moodleform_mod { $mform = $this->_form; + $mform->addElement('header', 'generalhdr', get_string('general')); $this->add_intro_editor(true, get_string('labeltext', 'label')); $this->standard_coursemodule_elements();