diff --git a/lang/en/local_hsh.php b/lang/en/local_hsh.php
index befda33618e4836d20c58ecde9388a241ae87b44..cdce44e633b6c1398b7395c222974f4281a71ce9 100644
--- a/lang/en/local_hsh.php
+++ b/lang/en/local_hsh.php
@@ -5,7 +5,7 @@
  * Time: 10:48
  */
 $string['pluginname'] = 'HSH edits';
-$string['formtitle'] = 'Contact the Servicezentrum Lehre (Service Center for Teaching)';
+$string['formtitle'] = 'Contact the <i>Servicezentrum Lehre</i> (Service Center for Teaching)';
 $string['intro_1'] = 'Do you have questions about Moodle or need support in implementing digital teaching?';
 $string['intro_2'] = 'Send us your request using the contact form. We will process your request and contact you as soon as possible.';
 $string['missingfield'] = 'Required field!';
@@ -50,7 +50,7 @@ $string['coursedelete'] = 'Moodle course deletion';
 $string['submit'] = 'Submit';
 $string['confirmrequest'] = 'Thank you for your inquiry!
 
-Your request has been forwarded to the team at the Servicezentrum Lehre (Service Center for Teaching).';
+Your request has been forwarded to the team at the <i>Servicezentrum Lehre</i> (Service Center for Teaching).';
 
 
 // Course Request Fields
diff --git a/version.php b/version.php
index d1a8b09784f83ac7703a9510b6fd1b9330f3218a..c652b38801ae4159278da2257ab1368d4f4145f3 100644
--- a/version.php
+++ b/version.php
@@ -17,7 +17,7 @@
 defined('MOODLE_INTERNAL') || die();
 
 $plugin->component = 'local_hsh';
-$plugin->version = 2022021500;
+$plugin->version = 2022021501;
 $plugin->release = '3.3 (Build: 2015042300)';
 $plugin->requires = 2014051200;
 $plugin->maturity = MATURITY_STABLE;