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;