From b598d6bfed38336af02215d00c4256e69912579a Mon Sep 17 00:00:00 2001 From: Lars Kusch Date: Sun, 10 Oct 2021 07:06:24 +0200 Subject: [PATCH] Added language strings --- resources/lang/en/texts.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index cf5fc9e17714..28c0984d6a24 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -4321,7 +4321,8 @@ $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.' + '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.', + 'eps' => 'EPS', ); return $LANG;