Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit c20ed34

Browse files
omiroshnichenkoVolodymyr Kublytskyi
authored and
Volodymyr Kublytskyi
committed
MAGETWO-84882: Information in "Instant Purhase button" is not correct
1 parent 18b716e commit c20ed34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/InstantPurchase/view/frontend/web/js/view/instant-purchase.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ define([
3434
shippingAddressTitle: $t('Shipping Address'),
3535
billingAddressTitle: $t('Billing Address'),
3636
paymentMethodTitle: $t('Payment Method'),
37-
shippingMethodTitle: $t('Shipping Address')
37+
shippingMethodTitle: $t('Shipping Method')
3838
}
3939
},
4040

0 commit comments

Comments
 (0)