Skip to content

Commit e80947e

Browse files
committed
revert texes to normall
1 parent 0104df6 commit e80947e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web/mage/validation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1654,7 +1654,7 @@
16541654
result = isQtyIncrementsValid;
16551655

16561656
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
16581658

16591659
return result;
16601660
}

0 commit comments

Comments
 (0)