File tree 6 files changed +8
-8
lines changed
6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -432,7 +432,7 @@ protected function validateOptions(Attribute $attribute)
432
432
$ options = $ attribute ->getData ('optiontext ' );
433
433
}
434
434
if ($ options && !$ this ->isOptionsValid ($ options , $ attribute )) {
435
- throw new InputException (__ ('Admin is a required field in the each row ' ));
435
+ throw new InputException (__ ('Admin is a required field in each row ' ));
436
436
}
437
437
return true ;
438
438
}
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ public function testBeforeSaveTextSwatch()
191
191
192
192
/**
193
193
* @expectedException \Magento\Framework\Exception\InputException
194
- * @expectedExceptionMessage Admin is a required field in the each row
194
+ * @expectedExceptionMessage Admin is a required field in each row
195
195
*/
196
196
public function testBeforeSaveWithFailedValidation ()
197
197
{
Original file line number Diff line number Diff line change 1
- "Admin is a required field in the each row","Admin is a required field in the each row"
1
+ "Admin is a required field in each row","Admin is a required field in each row"
2
2
"Update Product Preview Image","Update Product Preview Image"
3
3
"Filtering by this attribute will update the product image on catalog page","Filtering by this attribute will update the product image on catalog page"
4
4
"Use Product Image for Swatch if Possible","Use Product Image for Swatch if Possible"
Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ CSV,CSV
192
192
"Please enter a valid value from list","Please enter a valid value from list"
193
193
"Please enter valid SKU key.","Please enter valid SKU key."
194
194
"Please enter a valid number.","Please enter a valid number."
195
- "Admin is a required field in the each row.","Admin is a required field in the each row."
195
+ "Admin is a required field in each row.","Admin is a required field in each row."
196
196
"Please fix this field.","Please fix this field."
197
197
"Please enter a valid date (ISO).","Please enter a valid date (ISO)."
198
198
"Please enter only digits.","Please enter only digits."
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ Submit,Submit
95
95
"Please enter valid SKU key.","Please enter valid SKU key."
96
96
"Please enter a valid number.","Please enter a valid number."
97
97
"This is required field","This is required field"
98
- "Admin is a required field in the each row.","Admin is a required field in the each row."
98
+ "Admin is a required field in each row.","Admin is a required field in each row."
99
99
"Password cannot be the same as email address.","Password cannot be the same as email address."
100
100
"Please fix this field.","Please fix this field."
101
101
"Please enter a valid email address.","Please enter a valid email address."
Original file line number Diff line number Diff line change 1550
1550
] ,
1551
1551
'required-text-swatch-entry' : [
1552
1552
tableSingleValidation ,
1553
- $ . mage . __ ( 'Admin is a required field in the each row.' )
1553
+ $ . mage . __ ( 'Admin is a required field in each row.' )
1554
1554
] ,
1555
1555
'required-visual-swatch-entry' : [
1556
1556
tableSingleValidation ,
1557
- $ . mage . __ ( 'Admin is a required field in the each row.' )
1557
+ $ . mage . __ ( 'Admin is a required field in each row.' )
1558
1558
] ,
1559
1559
'required-dropdown-attribute-entry' : [
1560
1560
tableSingleValidation ,
1561
- $ . mage . __ ( 'Admin is a required field in the each row.' )
1561
+ $ . mage . __ ( 'Admin is a required field in each row.' )
1562
1562
] ,
1563
1563
'validate-item-quantity' : [
1564
1564
function ( value , element , params ) {
You can’t perform that action at this time.
0 commit comments