Skip to content

Commit

Permalink
MAGETWO-90294: 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
  • Loading branch information
OlgaVasyltsun committed May 4, 2018
1 parent a902370 commit b3e0360
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 b3e0360

Please sign in to comment.