diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index 4ec315575..e68011401 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -3291,6 +3291,26 @@ $phrases = array( ) ) ), + array( + 'app' => 'core', + 'category' => 'global', + 'phrase' => 'rueckstelldatum', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'rückstelldatum', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'onHold date', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), array( 'app' => 'infocenter', 'category' => 'infocenter',