Skip to content

Commit 9650aa4

Browse files
committed
12526: Currency change, Bank Transfer but checkout page shows "Your credit card will be charged for"
1 parent 321278b commit 9650aa4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/code/Magento/Tax/i18n/en_US.csv

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,4 +176,5 @@ Rate,Rate
176176
"Order Total Incl. Tax","Order Total Incl. Tax"
177177
"Order Total","Order Total"
178178
"Your credit card will be charged for","Your credit card will be charged for"
179-
"An error occurred while loading tax rates.","An error occurred while loading tax rates."
179+
"An error occurred while loading tax rates.","An error occurred while loading tax rates."
180+
"You will be charged for","You will be charged for"

app/code/Magento/Tax/view/frontend/layout/checkout_index_index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<item name="config" xsi:type="array">
7171
<item name="exclTaxLabel" xsi:type="string" translate="true">Order Total Excl. Tax</item>
7272
<item name="inclTaxLabel" xsi:type="string" translate="true">Order Total Incl. Tax</item>
73-
<item name="basicCurrencyMessage" xsi:type="string" translate="true">Your credit card will be charged for</item>
73+
<item name="basicCurrencyMessage" xsi:type="string" translate="true">You will be charged for</item>
7474
<item name="title" xsi:type="string" translate="true">Order Total</item>
7575
</item>
7676
</item>

0 commit comments

Comments
 (0)