From 7ce426abc294efc4ba1092272918b2fcfeedc77c Mon Sep 17 00:00:00 2001 From: Johann Hoffmann Date: Fri, 18 Oct 2024 15:14:13 +0200 Subject: [PATCH] tooltip css fix; added missing phrase; --- system/phrasesupdate.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index b260d728c..61f1c5f83 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -28198,6 +28198,26 @@ array( ) ) ), + array( + 'app' => 'anwesenheiten', + 'category' => 'global', + 'phrase' => 'allowedEntschuldigungFileTypes', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Erlaubte Dateitypen sind .pdf, .png und .jpg.', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'Allowed file types are .pdf, .png und .jpg.', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), // // DIGITALE ANWESENHEITEN PHRASEN END //