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;