We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents efe8a56 + 5f4d342 commit 2477c5cCopy full SHA for 2477c5c
app/code/Magento/Checkout/view/frontend/web/js/view/shipping.js
@@ -242,7 +242,7 @@ define(
242
emailValidationResult = customer.isLoggedIn();
243
244
if (!quote.shippingMethod()) {
245
- this.errorValidationMessage('Please specify a shipping method.');
+ this.errorValidationMessage($.mage.__('Please specify a shipping method.'));
246
247
return false;
248
}
0 commit comments