1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 00:41:34 +02:00

Direct Debit translation

This commit is contained in:
Benjamin Beganović 2021-10-19 16:24:55 +02:00
parent 11f2776128
commit 0825e096c4

View File

@ -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;