Skip to content

Commit

Permalink
Fixed translation for EPS and Giropay
Browse files Browse the repository at this point in the history
Labels at checkout were displaying the wrong text in Dutch. This fixes it.
  • Loading branch information
pvdptje authored Nov 16, 2018
1 parent 13dc7da commit 75f0307
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions catalog/language/nl-nl/payment/mollie.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
$_['method_paysafecard'] = 'paysafecard';
$_['method_giftcard'] = 'Giftcard';
$_['method_inghomepay'] = 'ING Home\'Pay';
$_['method_eps'] = 'Giropay';
$_['method_giropay'] = 'EPS';
$_['method_eps'] = 'EPS';
$_['method_giropay'] = 'Giropay';
$_['method_klarnapaylater'] = 'Klarna Pay Later';
$_['method_klarnasliceit'] = 'Klarna Slice It';

Expand Down

0 comments on commit 75f0307

Please sign in to comment.