From c67e78d1351635c290a8a94bbfeab508262bf024 Mon Sep 17 00:00:00 2001 From: Johann Hoffmann Date: Mon, 14 Oct 2024 10:42:49 +0200 Subject: [PATCH] phrasen rewording; formatter change; fix save changed anwesenheiten StudentByLvaComponent.js; --- system/phrasesupdate.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index 60b79531e..008d2901d 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -28041,18 +28041,18 @@ array( array( 'app' => 'anwesenheiten', 'category' => 'global', - 'phrase' => 'anwInfoKeineTermineGefunden', + 'phrase' => 'anwInfoKeineKontrollenGefunden', 'insertvon' => 'system', 'phrases' => array( array( 'sprache' => 'German', - 'text' => 'Keine Termine zum LV-Teil gefunden!', + 'text' => 'Keine Kontrollen zum LV-Teil gefunden!', 'description' => '', 'insertvon' => 'system' ), array( 'sprache' => 'English', - 'text' => 'No dates found for teaching unit!', + 'text' => 'No digital attendance checks found for teaching unit!', 'description' => '', 'insertvon' => 'system' )