From fbb7b45b690a6f81c739b24e7654180fc717ba9e Mon Sep 17 00:00:00 2001 From: KarpAlex Date: Mon, 22 Mar 2021 04:55:46 +0100 Subject: [PATCH] - added zweitbegutachterFehltWarnung phrase --- system/phrasesupdate.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index b308623be..33c79cf80 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -9311,6 +9311,26 @@ Any unusual occurrences 'insertvon' => 'system' ) ) + ), + array( + 'app' => 'projektarbeitsbeurteilung', + 'category' => 'projektarbeitsbeurteilung', + 'phrase' => 'zweitbegutachterFehltWarnung', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Die Beurteilung des Zweitbegutachters liegt noch nicht vor.', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'The assessment of the second assessor is not available yet.', + 'description' => '', + 'insertvon' => 'system' + ) + ) ) );