Skip to content

Commit c2c8ea2

Browse files
MAGETWO-84882: Information in "Instant Purhase button" is not correct
1 parent 60854ad commit c2c8ea2

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)