Skip to content

Commit 4efccbe

Browse files
authored
Merge pull request #1797 from magento-plankton/MAGETWO-84882
[Plankton] Fix title
2 parents 7d3c6c8 + 1559745 commit 4efccbe

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)