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.
1 parent 8bd2dc1 commit 5f4d342Copy full SHA for 5f4d342
app/code/Magento/Checkout/view/frontend/web/js/view/shipping.js
@@ -248,7 +248,7 @@ define(
248
emailValidationResult = customer.isLoggedIn();
249
250
if (!quote.shippingMethod()) {
251
- this.errorValidationMessage($t('Please specify a shipping method.'));
+ this.errorValidationMessage($.mage.__('Please specify a shipping method.'));
252
253
return false;
254
}
0 commit comments