From 6495f741b928498fa3e5580cef01a39f73ed0b06 Mon Sep 17 00:00:00 2001 From: ma0048 Date: Wed, 9 Jul 2025 14:02:41 +0200 Subject: [PATCH] added missing phrase --- system/phrasesupdate.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index 0203b3c2f..bc067f3f0 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -19663,6 +19663,26 @@ array( ) ) ), + array( + 'app' => 'international', + 'category' => 'international', + 'phrase' => 'personenMassnahmen', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'alle Maßnahmen der Personen', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => ' all measures of the people', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), array( 'app' => 'international', 'category' => 'international',