Skip to content

Commit

Permalink
12526: Currency change, Bank Transfer but checkout page shows "Your c…
Browse files Browse the repository at this point in the history
…redit card will be charged for"
  • Loading branch information
RomaKis committed Dec 11, 2017
1 parent 321278b commit 9650aa4
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 9650aa4

Please sign in to comment.