diff --git a/lang/de/local_hsh.php b/lang/de/local_hsh.php
index 6d4b8dd639a83f362a4d671c81b93c5e4471e7be..6e73d276ec2349d49c169aca5632ac2e3b077087 100644
--- a/lang/de/local_hsh.php
+++ b/lang/de/local_hsh.php
@@ -145,7 +145,7 @@ $string['navigationtext'] = 'Teilnehmer*innen als Liste (Excel)';
 
 // modulecode form
 $string['modulecode'] = 'Modulkürzel';
-$string['modulecode_default'] = 'Geben Sie das Modulkürzel des Kurses ein.';
+$string['modulecode_default'] = 'Geben Sie das Modulkürzel des Kurses ein, z.B. EIT-217-01';
 $string['modulecode_submit'] = 'Liste erstellen';
 $string['modulecode_rule'] = 'Modulkürzel fehlt.';
 
diff --git a/lang/en/local_hsh.php b/lang/en/local_hsh.php
index 275acaec3be0fb0e85c84d7d3950f8f5e0d3ced9..9150ce376ad3ea34dd12d23de6a6b1580953fc81 100644
--- a/lang/en/local_hsh.php
+++ b/lang/en/local_hsh.php
@@ -157,7 +157,7 @@ $string['navigationtext'] = 'Excel export';
 
 // modulecode form
 $string['modulecode'] = 'Module code';
-$string['modulecode_default'] = 'Enter the module code of the course.';
+$string['modulecode_default'] = 'Enter the module code of the course, e.g. EIT-217-01.';
 $string['modulecode_submit'] = 'Create list';
 $string['modulecode_rule'] = 'Missing module code.';
 
diff --git a/modulcode_form.php b/modulcode_form.php
index edf9d04067487b3807ecb5aaabe450c2a4e0bdaf..18989f9c5b6df0f33112cc917ead834df7f11247 100644
--- a/modulcode_form.php
+++ b/modulcode_form.php
@@ -18,7 +18,7 @@ class modulcode_form extends moodleform {
             get_string('modulecode', 'local_hsh'),
             array(
                 'placeholder'=> get_string('modulecode_default', 'local_hsh'),
-                'width'=>'100%',
+                'size'=>'100%',
             )
         );
         $mform->setType('modulecode', PARAM_NOTAGS);