Skip to content

Commit df2237a

Browse files
Fix one click payment message
1 parent 27a952e commit df2237a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

I18n/frontOffice/default/fr_FR.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
return array(
4-
'A payment card ending by %last4 has been previously saved at your request. Payment for your order will be made immediately after clicking the "Next Step" button.' => 'Une carte de paiement finissant par %last4 as été enregitrée précédemment a votre demande. Le paiement de cette commande seras fait automatiquement après un clic sur le bouton "Etape suivante".',
4+
'A payment card ending by %last4 has been previously saved at your request. Payment for your order will be made immediately after clicking the "Next Step" button.' => 'Une carte de paiement finissant par %last4 as été enregitrée précédemment a votre demande. Le paiement de cette commande sera fait automatiquement après un clic sur le bouton "Etape suivante".',
55
'One click payment is available !' => 'Paiement en un clic disponible !',
66
'Pay in %n times without fees.' => 'Paiement en %n fois sans frais.',
77
'To clear your payment card details, <a href="%url">please click here</a>' => 'Pour supprimer ces informations de paiement, <a href="%url">cliquez ici</a>',

0 commit comments

Comments
 (0)