From 0825e096c455b1277037931c1a5de4b4bb723818 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Tue, 19 Oct 2021 16:24:55 +0200 Subject: [PATCH] `Direct Debit` translation --- 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 00030eba5201..2a744a833578 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -4328,6 +4328,7 @@ $LANG = array( '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', 'you_need_to_accept_the_terms_before_proceeding' => 'You need to accept the terms before proceeding.', + 'direct_debit' => 'Direct Debit', ); return $LANG;