From 013b47523c5dd55f439ec9e860117b2440876a3b Mon Sep 17 00:00:00 2001 From: Lars Kusch Date: Sat, 9 Oct 2021 10:20:10 +0200 Subject: [PATCH] Added language string --- resources/lang/en/texts.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 3c93ae4e1cca..cf5fc9e17714 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -4321,6 +4321,7 @@ $LANG = array( 'bank_account_holder' => 'Bank Account Holder', 'aio_checkout' => 'All-in-one checkout', 'giropay' => 'GiroPay', + 'giropay_law' => 'By entering your Customer information (such as name, sort code and account number) you (the Customer) agree that this information is given voluntarily.' ); return $LANG;