From d5f9c1aff4c65b2ea05dfd9c220b791c6da4fce3 Mon Sep 17 00:00:00 2001 From: Elke Kreim <elke.kreim@hs-hannover.de> Date: Tue, 15 Feb 2022 14:58:06 +0100 Subject: [PATCH] Mark text as italic --- lang/en/local_hsh.php | 4 ++-- version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/en/local_hsh.php b/lang/en/local_hsh.php index befda33..cdce44e 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 d1a8b09..c652b38 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; -- GitLab