diff --git a/lang/de/local_hsh.php b/lang/de/local_hsh.php index a9d594fee75640ede8387a42809c4e73e3b753ff..6531f495a533c7a49263e9ee37a323a3b4bf3c1e 100644 --- a/lang/de/local_hsh.php +++ b/lang/de/local_hsh.php @@ -49,7 +49,7 @@ $string['improvement'] = 'Verbesserungsvorschlag'; $string['course'] = 'Moodle Kurs'; $string['coursedelete'] = 'Moodle Kurslöschung'; $string['submit'] = 'Abschicken'; -$string['confirmrequest'] = 'Ihre Anfrage wurde zum zuständigen Support-Team weitergeleitet. In Kürze wird sich jemand mit Ihnen in Verbindung setzen.'; +$string['confirmrequest'] = 'Vielen Dank für Ihre Nachricht! Ihre Anfrage wird zum Team des Servicezentrums Lehre weitergeleitet. Wir setzen uns in Kürze mit Ihnen in Verbindung.'; // Course Request Fields diff --git a/lang/en/local_hsh.php b/lang/en/local_hsh.php index 21d5fb811e0e13ac254ba37e0654b627110ec588..befda33618e4836d20c58ecde9388a241ae87b44 100644 --- a/lang/en/local_hsh.php +++ b/lang/en/local_hsh.php @@ -5,9 +5,9 @@ * Time: 10:48 */ $string['pluginname'] = 'HSH edits'; -$string['formtitle'] = 'Kontakt zum Servicezentrum Lehre'; -$string['intro_1'] = 'Sie haben Fragen zu Moodle oder benötigen Unterstützung bei der Umsetzung Ihrer digitalen Lehre?'; -$string['intro_2'] = 'Schreiben Sie uns Ihr Anliegen über das Kontaktformular. Wir melden uns zeitnah bei Ihnen.'; +$string['formtitle'] = 'Contact the Servicezentrum Lehre (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!'; $string['contactform'] = 'Contact us'; $string['contactto'] = 'Request for'; @@ -48,7 +48,9 @@ $string['improvement'] = 'Suggestion for improvement'; $string['course'] = 'Moodle course'; $string['coursedelete'] = 'Moodle course deletion'; $string['submit'] = 'Submit'; -$string['confirmrequest'] = 'Your request has been mailed to our support team. Our supporter will become connected with you.'; +$string['confirmrequest'] = 'Thank you for your inquiry! + +Your request has been forwarded to the team at the Servicezentrum Lehre (Service Center for Teaching).'; // Course Request Fields diff --git a/version.php b/version.php index 52de53fdfa81de52db9a0b6e1eb15f9cd007c762..d1a8b09784f83ac7703a9510b6fd1b9330f3218a 100644 --- a/version.php +++ b/version.php @@ -17,7 +17,7 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'local_hsh'; -$plugin->version = 2021022301; +$plugin->version = 2022021500; $plugin->release = '3.3 (Build: 2015042300)'; $plugin->requires = 2014051200; $plugin->maturity = MATURITY_STABLE;