From d91e60c58e7fc0295a008e0023d41aa89b73e4fe Mon Sep 17 00:00:00 2001
From: Elke Kreim <elke.kreim@hs-hannover.de>
Date: Tue, 15 Feb 2022 11:43:02 +0100
Subject: [PATCH] Change text for contact form

---
 lang/de/local_hsh.php |  2 +-
 lang/en/local_hsh.php | 10 ++++++----
 version.php           |  2 +-
 3 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/lang/de/local_hsh.php b/lang/de/local_hsh.php
index a9d594f..6531f49 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&ouml;schung';
 $string['submit'] = 'Abschicken';
-$string['confirmrequest'] = 'Ihre Anfrage wurde zum zust&auml;ndigen Support-Team weitergeleitet. In K&uuml;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 21d5fb8..befda33 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 52de53f..d1a8b09 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;
-- 
GitLab