From 993dff3351bda12dfaf75268a228f6c8005111bb Mon Sep 17 00:00:00 2001 From: Cristina Date: Thu, 13 Nov 2025 11:11:37 +0100 Subject: [PATCH] Gendered phrase lektorInnen (FHTW style) --- system/phrasesupdate.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index 77015ae18..ac3cba8f4 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -13357,13 +13357,13 @@ Any unusual occurrences 'phrases' => array( array( 'sprache' => 'German', - 'text' => 'LektorInnen', + 'text' => 'Lehrende', 'description' => '', 'insertvon' => 'system' ), array( 'sprache' => 'English', - 'text' => 'Lectors', + 'text' => 'Lecturers', 'description' => '', 'insertvon' => 'system' )