From 52272932ed45f75b4d70be01073668340571d71f Mon Sep 17 00:00:00 2001 From: Harald Bamberger Date: Fri, 22 Oct 2021 10:31:02 +0200 Subject: [PATCH] another euvocid phrase --- system/phrasesupdate.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index d41d43c4f..b000177b8 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -12852,6 +12852,26 @@ array( ) ) ), + array( + 'app' => 'core', + 'category' => 'eucovidqr', + 'phrase' => 'supportbeschreibung', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => "Bei technischen Problemen kontaktieren Sie bitte: ", + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => "in case of technical issues please contact: ", + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), );