diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 0c6451c1ec9a..bc0b940b8328 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -4327,10 +4327,12 @@ $LANG = array( '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.', 'eps' => 'EPS', + 'bacs' => 'Bacs Direct Debit', + 'becs' => 'BECS Direct Debit', 'you_need_to_accept_the_terms_before_proceeding' => 'You need to accept the terms before proceeding.', 'clone_to_expense' => 'Clone to expense', 'checkout' => 'Checkout', - + ); return $LANG;