From 384f97fed7424ad1e5a514ecbbaaa282a37d60a6 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sun, 10 Oct 2021 19:06:25 +1100 Subject: [PATCH] Minor fixes for P24 --- resources/lang/en/texts.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 1e5b6444493c..4ceb19377859 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -4321,9 +4321,9 @@ $LANG = array( 'bank_account_holder' => 'Bank Account Holder', 'aio_checkout' => 'All-in-one checkout', 'przelewy24' => 'Przelewy24', - 'przelewy24_accept' => 'I declare that I have familiarized myself with the regulations and information obligation of the Przelewy24 service.' + 'przelewy24_accept' => 'I declare that I have familiarized myself with the regulations and information obligation of the Przelewy24 service.', '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.', ); return $LANG;