Skip to content

Commit 2477c5c

Browse files
committed
MAGETWO-50289: Merge branch 'shipping-i18n' of github.com:mamzellejuu/magento2 into github_pr
2 parents efe8a56 + 5f4d342 commit 2477c5c

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Checkout/view/frontend/web/js/view

1 file changed

+1
-1
lines changed

app/code/Magento/Checkout/view/frontend/web/js/view/shipping.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ define(
242242
emailValidationResult = customer.isLoggedIn();
243243

244244
if (!quote.shippingMethod()) {
245-
this.errorValidationMessage('Please specify a shipping method.');
245+
this.errorValidationMessage($.mage.__('Please specify a shipping method.'));
246246

247247
return false;
248248
}

0 commit comments

Comments
 (0)