From 570798b5f7a93ce59af52456799ba49fa6e49f98 Mon Sep 17 00:00:00 2001 From: Johann Hoffmann Date: Mon, 24 Jun 2024 10:51:23 +0200 Subject: [PATCH] landing page is now container for tabs or single component directly; WIP reworking lektor UI; --- system/phrasesupdate.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index e9db8f2cf..38862460c 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -26461,6 +26461,26 @@ array( ) ) ), + array( + 'app' => 'anwesenheiten', + 'category' => 'global', + 'phrase' => 'kontrolldatum', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Kontrolldatum', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'Attendance Check Date', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), // FHC-CORE-ANWESENHEITEN END );