From 749c147f8e5dbc0e5772e44bd6fb56a3bdb0bcaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Tue, 4 Feb 2025 16:48:01 +0100 Subject: [PATCH] =?UTF-8?q?Phrase=20f=C3=BCr=20Unruly=20angepasst?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- system/phrasesupdate.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index 746c24da3..cfaf85ec7 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -5389,13 +5389,13 @@ The invoice will be sent to you again. The amount is only to be trans 'phrases' => array( array( 'sprache' => 'German', - 'text' => 'Unruly Person wurde gefunden', + 'text' => 'Person mit Markierung „unruly“ gefunden', 'description' => '', 'insertvon' => 'system' ), array( 'sprache' => 'English', - 'text' => 'Unruly Person detected', + 'text' => 'Person flagged as "unruly" detected', 'description' => '', 'insertvon' => 'system' )