Skip to content

Commit

Permalink
FO: Adding missing space (PrestaShop#6011)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexEven authored and mickaelandrieu committed Aug 12, 2016
1 parent 07d09c8 commit 62c9de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/checkout/CheckoutDeliveryStep.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public function getGiftCostForLabel()

return sprintf(
$this->getTranslator()->trans(
' (additional cost of %giftcost%%taxlabel%)',
' (additional cost of %giftcost% %taxlabel%)',
array(
'%giftcost%' => $priceFormatter->convertAndFormat($this->getGiftCost()),
'%taxlabel%' => $taxLabel,
Expand Down

0 comments on commit 62c9de7

Please sign in to comment.