From 170a698cc2828dd4c30e92cdd4abeb428b2ca6a8 Mon Sep 17 00:00:00 2001 From: Lars Kusch Date: Fri, 8 Oct 2021 14:50:36 +0200 Subject: [PATCH] Added 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 21cdc408dc8b..60386c99badb 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -4318,6 +4318,7 @@ $LANG = array( 'bancontact' => 'Bancontact', 'sepa_mandat' => 'By providing your IBAN and confirming this payment, you are authorizing Rocketship Inc. and Stripe, our payment service provider, to send instructions to your bank to debit your account and your bank to debit your account in accordance with those instructions. You are entitled to a refund from your bank under the terms and conditions of your agreement with your bank. A refund must be claimed within 8 weeks starting from the date on which your account was debited.', 'ideal' => 'iDEAL', + 'bank_account_holder' => 'Bank Account Holder', ); return $LANG;