Rajout d'un commentaire sur le mode de paiement "Virement bancaire"

This commit is contained in:
2022-06-18 09:50:28 +02:00
parent 0dc0c7c97c
commit 630bd14cae
3 changed files with 5 additions and 2 deletions

View File

@@ -6,4 +6,5 @@ return array(
'Bank information parameters have not been defined.' => 'Bank information parameters have not been defined.',
'IBAN (International Bank Account Number)' => 'IBAN (International Bank Account Number)',
'Wire transfer configuration' => 'Wire transfer configuration',
'Texte complement' => '(shipped when payment received)',
);

View File

@@ -6,5 +6,5 @@ return array(
'Bank information parameters have not been defined.' => 'Les paramètres bancaires n\'ont pas été définis',
'IBAN (International Bank Account Number)' => 'IBAN (International Bank Account Number)',
'Wire transfer configuration' => 'Informations de virement',
'Mention' => 'blabla',
'Texte complement' => '(expédition dès réception du paiement)',
);