From 8bd148f7e50aa4cb2ec007a903b9ee0a45e3498c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Fri, 26 Feb 2021 15:01:23 +0100 Subject: [PATCH] =?UTF-8?q?Hinweistext=20f=C3=BCr=20Zahlungen=20angepasst?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locale/de-AT/tools.php | 2 +- locale/en-US/tools.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/locale/de-AT/tools.php b/locale/de-AT/tools.php index 89bd25caa..8b5095075 100644 --- a/locale/de-AT/tools.php +++ b/locale/de-AT/tools.php @@ -40,7 +40,7 @@ $this->phrasen['tools/zahlungsbestaetigung']='Zahlungsbestätigung'; $this->phrasen['tools/bestaetigungDrucken']='Bestaetigung drucken'; $this->phrasen['tools/offen']='offen'; $this->phrasen['tools/keineZahlungenVorhanden']='Derzeit sind keine Zahlungen vorhanden'; -$this->phrasen['tools/zahlungenHinweis']='Bitte beachten Sie, dass es bis zu 3 Werktage dauern kann bis der Zahlungseingang hier aufscheint.'; +$this->phrasen['tools/zahlungenHinweis']='Bitte beachten Sie, dass es bis zu 5 Werktage dauern kann bis der Zahlungseingang hier aufscheint.'; //Ampeln $this->phrasen['tools/ampelsystem']='Ampelsystem'; diff --git a/locale/en-US/tools.php b/locale/en-US/tools.php index 4139c1c20..6fd6af8f7 100644 --- a/locale/en-US/tools.php +++ b/locale/en-US/tools.php @@ -40,7 +40,7 @@ $this->phrasen['tools/zahlungsbestaetigung']='Confirmation of payment '; $this->phrasen['tools/bestaetigungDrucken']='Print Confirmation'; $this->phrasen['tools/offen']='outstanding'; $this->phrasen['tools/keineZahlungenVorhanden']='Currently there are no payments'; -$this->phrasen['tools/zahlungenHinweis']='Please note that it can take up to 3 working days for the receipt of payment to appear here.'; +$this->phrasen['tools/zahlungenHinweis']='Please note that it can take up to 5 working days for the receipt of payment to appear here.'; //Ampeln $this->phrasen['tools/ampelsystem']='Notification System';