Skip to content

Commit 5f4d342

Browse files
committed
use $.mage.__('') otherwise $t() because is doesn't seem to translate it
1 parent 8bd2dc1 commit 5f4d342

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
@@ -248,7 +248,7 @@ define(
248248
emailValidationResult = customer.isLoggedIn();
249249

250250
if (!quote.shippingMethod()) {
251-
this.errorValidationMessage($t('Please specify a shipping method.'));
251+
this.errorValidationMessage($.mage.__('Please specify a shipping method.'));
252252

253253
return false;
254254
}

0 commit comments

Comments
 (0)