From 8fbdacbbb98012c5fa76a0d6a137c2d08f09c8ff Mon Sep 17 00:00:00 2001 From: Lukas Herzog Date: Wed, 14 Aug 2024 17:34:43 +0200 Subject: [PATCH] fix typo --- application/language/german/translations_lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/language/german/translations_lang.php b/application/language/german/translations_lang.php index 3e09d3b4..e70c9196 100755 --- a/application/language/german/translations_lang.php +++ b/application/language/german/translations_lang.php @@ -408,7 +408,7 @@ $lang['appointment_status_options_info'] = 'Definieren Sie eine Liste verfügbar $lang['sunday_short'] = 'So'; $lang['monday_short'] = 'Mo'; $lang['tuesday_short'] = 'Di'; -$lang['wednesday_short'] = 'Mt'; +$lang['wednesday_short'] = 'Mi'; $lang['thursday_short'] = 'Do'; $lang['friday_short'] = 'Fr'; $lang['saturday_short'] = 'Sa';