File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
app/code/Magento/Analytics
dev/tests/functional/tests/app/Magento/Analytics/Test/TestCase Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class Vertical extends \Magento\Framework\App\Config\Value
24
24
public function beforeSave ()
25
25
{
26
26
if (empty ($ this ->getValue ())) {
27
- throw new LocalizedException (__ ('Please select a vertical . ' ));
27
+ throw new LocalizedException (__ ('Please select an industry . ' ));
28
28
}
29
29
30
30
return $ this ;
Original file line number Diff line number Diff line change 5
5
"Time value has an unsupported format","Time value has an unsupported format"
6
6
"Cron settings can't be saved","Cron settings can't be saved"
7
7
"There was an error save new configuration value.","There was an error save new configuration value."
8
- "Please select a vertical .","Please select a vertical ."
8
+ "Please select an industry .","Please select an industry ."
9
9
"--Please Select--","--Please Select--"
10
10
"Command was not found.","Command was not found."
11
11
"Input data must be string or convertible into string.","Input data must be string or convertible into string."
Original file line number Diff line number Diff line change 14
14
</variation >
15
15
<variation name =" SetIndustryEmpty" summary =" Navigate to Advanced Reporting admin menu and try to save empty industry" ticketId =" MAGETWO-63981" >
16
16
<data name =" industry" xsi : type =" string" >--Please Select--</data >
17
- <data name =" errorMessage" xsi : type =" string" >Please select a vertical .</data >
17
+ <data name =" errorMessage" xsi : type =" string" >Please select an industry .</data >
18
18
<constraint name =" Magento\Analytics\Test\Constraint\AssertEmptyIndustryCanNotBeSaved" />
19
19
</variation >
20
20
</testCase >
You can’t perform that action at this time.
0 commit comments