You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/web/mage/validation.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1654,7 +1654,7 @@
1654
1654
result=isQtyIncrementsValid;
1655
1655
1656
1656
if(result===false){
1657
-
validator.itemQtyErrorMessage=$.mage.__('You can buy this product only in quantities of fanis %1 at a time.').replace('%1',params.qtyIncrements);//eslint-disable-line max-len
1657
+
validator.itemQtyErrorMessage=$.mage.__('You can buy this product only in quantities of %1 at a time.').replace('%1',params.qtyIncrements);//eslint-disable-line max-len
0 commit comments