File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/code/Magento/Reports/Controller/Adminhtml/Report/Sales
dev/tests/functional/tests/app/Magento/Reports/Test/TestCase Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public function execute()
25
25
__ ('Sales Report ' ),
26
26
__ ('Sales Report ' )
27
27
);
28
- $ this ->_view ->getPage ()->getConfig ()->getTitle ()->prepend (__ ('Sales Report ' ));
28
+ $ this ->_view ->getPage ()->getConfig ()->getTitle ()->prepend (__ ('Orders Report ' ));
29
29
30
30
$ gridBlock = $ this ->_view ->getLayout ()->getBlock ('adminhtml_sales_sales.grid ' );
31
31
$ filterFormBlock = $ this ->_view ->getLayout ()->getBlock ('grid.filter.form ' );
Original file line number Diff line number Diff line change 19
19
</variation >
20
20
<variation name =" NavigateMenuTest57" >
21
21
<data name =" menuItem" xsi : type =" string" >Reports > Orders</data >
22
- <data name =" pageTitle" xsi : type =" string" >Sales Report</data >
22
+ <data name =" pageTitle" xsi : type =" string" >Orders Report</data >
23
23
<constraint name =" Magento\Backend\Test\Constraint\AssertBackendPageIsAvailable" />
24
24
</variation >
25
25
<variation name =" NavigateMenuTest58" >
You can’t perform that action at this time.
0 commit comments