Skip to content

Commit

Permalink
Merge pull request #117 from pvdptje/patch-1
Browse files Browse the repository at this point in the history
Fixed translation for EPS and Giropay
  • Loading branch information
maximj authored Jan 2, 2019
2 parents 82669ee + 75f0307 commit 89bf85d
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 89bf85d

Please sign in to comment.