|
38 | 38 | <!-- Validate zero value --> |
39 | 39 | <actionGroup ref="AdminCatalogInventoryConfigurationMaxQtyAllowedInShoppingCartValidationActionGroup" stepKey="validateZeroValue"> |
40 | 40 | <argument name="qty" value="0"/> |
41 | | - <argument name="errorMessage" value="Please enter a number greater than 0 in this field."/> |
| 41 | + <argument name="errorMessage" value="Please enter a number greater than 0, without comma in this field."/> |
42 | 42 | </actionGroup> |
43 | 43 | <!-- Validate negative value --> |
44 | 44 | <actionGroup ref="AdminCatalogInventoryConfigurationMaxQtyAllowedInShoppingCartValidationActionGroup" stepKey="validateNegativeValue"> |
45 | 45 | <argument name="qty" value="-1"/> |
46 | | - <argument name="errorMessage" value="Please enter a number greater than 0 in this field."/> |
| 46 | + <argument name="errorMessage" value="Please enter a number greater than 0, without comma in this field."/> |
47 | 47 | </actionGroup> |
48 | 48 | <!-- Validate alphabetical value --> |
49 | 49 | <actionGroup ref="AdminCatalogInventoryConfigurationMaxQtyAllowedInShoppingCartValidationActionGroup" stepKey="validateAlphabeticalValue"> |
|
61 | 61 | <!-- Validate zero value --> |
62 | 62 | <actionGroup ref="AdminProductMaxQtyAllowedInShoppingCartValidationActionGroup" stepKey="productValidateZeroValue"> |
63 | 63 | <argument name="qty" value="0"/> |
64 | | - <argument name="errorMessage" value="Please enter a number greater than 0 in this field."/> |
| 64 | + <argument name="errorMessage" value="Please enter a number greater than 0, without comma in this field."/> |
65 | 65 | </actionGroup> |
66 | 66 | <!-- Validate negative value --> |
67 | 67 | <actionGroup ref="AdminProductMaxQtyAllowedInShoppingCartValidationActionGroup" stepKey="productValidateNegativeValue"> |
68 | 68 | <argument name="qty" value="-1"/> |
69 | | - <argument name="errorMessage" value="Please enter a number greater than 0 in this field."/> |
| 69 | + <argument name="errorMessage" value="Please enter a number greater than 0, without comma in this field."/> |
70 | 70 | </actionGroup> |
71 | 71 | <!-- Validate alphabetical value --> |
72 | 72 | <actionGroup ref="AdminProductMaxQtyAllowedInShoppingCartValidationActionGroup" stepKey="productValidateAlphabeticalValue"> |
|
0 commit comments