Added language string

This commit is contained in:
Lars Kusch 2021-10-09 10:20:10 +02:00
parent ed393d837f
commit 013b47523c

View File

@ -4321,6 +4321,7 @@ $LANG = array(
'bank_account_holder' => 'Bank Account Holder', 'bank_account_holder' => 'Bank Account Holder',
'aio_checkout' => 'All-in-one checkout', 'aio_checkout' => 'All-in-one checkout',
'giropay' => 'GiroPay', '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.'
); );
return $LANG; return $LANG;