Skip to content

Commit

Permalink
MAGETWO-85317: 12526: Currency change, Bank Transfer but checkout pag…
Browse files Browse the repository at this point in the history
…e shows 'Your credit card will be charged for' #993

 - Merge Pull Request magento-engcom/magento2ce#993 from RomaKis/magento2:12526
 - Merged commits:
   1. 9650aa4
  • Loading branch information
Oleksii Korshenko committed Dec 11, 2017
2 parents d865ef1 + 9650aa4 commit e749459
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/code/Magento/Tax/i18n/en_US.csv
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,5 @@ Rate,Rate
"Order Total Incl. Tax","Order Total Incl. Tax"
"Order Total","Order Total"
"Your credit card will be charged for","Your credit card will be charged for"
"An error occurred while loading tax rates.","An error occurred while loading tax rates."
"An error occurred while loading tax rates.","An error occurred while loading tax rates."
"You will be charged for","You will be charged for"
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<item name="config" xsi:type="array">
<item name="exclTaxLabel" xsi:type="string" translate="true">Order Total Excl. Tax</item>
<item name="inclTaxLabel" xsi:type="string" translate="true">Order Total Incl. Tax</item>
<item name="basicCurrencyMessage" xsi:type="string" translate="true">Your credit card will be charged for</item>
<item name="basicCurrencyMessage" xsi:type="string" translate="true">You will be charged for</item>
<item name="title" xsi:type="string" translate="true">Order Total</item>
</item>
</item>
Expand Down

0 comments on commit e749459

Please sign in to comment.