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;