Skip to content

Commit 340330a

Browse files
author
Oleksandr Dubovyk
committed
Merge remote-tracking branch 'origin/MAGETWO-47708' into PR
2 parents 2d485ef + 64f0f71 commit 340330a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2868,7 +2868,7 @@ Tests:
28682868
* Fixed a 404 error after saving mass update product attributes form
28692869
* Fixed an issue when it was impossible to perform search by all tax classes on the Advanced Search page
28702870
* Fixed an issue when attribute order for configurable product was not preserved after saving product
2871-
* Fixed an issue with no results for the Product Best Sellers report
2871+
* Fixed an issue with no results for the Product Bestsellers report
28722872
* Fixed a fatal error when opening tax configuration page in the backend
28732873
* Fixed an error occurring when opening the Tax Zones and Rates page in the backend
28742874
* Fixed a 404 error occurring while searching products on the New Review page

app/code/Magento/Reports/Controller/Adminhtml/Report/Sales/Bestsellers.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
class Bestsellers extends \Magento\Reports\Controller\Adminhtml\Report\Sales
1212
{
1313
/**
14-
* Best sellers report action
14+
* Bestsellers report action
1515
*
1616
* @return void
1717
*/
@@ -25,7 +25,7 @@ public function execute()
2525
__('Products Bestsellers Report'),
2626
__('Products Bestsellers Report')
2727
);
28-
$this->_view->getPage()->getConfig()->getTitle()->prepend(__('Best Sellers Report'));
28+
$this->_view->getPage()->getConfig()->getTitle()->prepend(__('Bestsellers Report'));
2929

3030
$gridBlock = $this->_view->getLayout()->getBlock('adminhtml_sales_bestsellers.grid');
3131
$filterFormBlock = $this->_view->getLayout()->getBlock('grid.filter.form');

app/code/Magento/Reports/i18n/en_US.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Reviews,Reviews
147147
"Customers Report","Customers Report"
148148
"Product Reviews Report","Product Reviews Report"
149149
"Sales Report","Sales Report"
150-
"Best Sellers Report","Best Sellers Report"
150+
"Bestsellers Report","Bestsellers Report"
151151
"Tax Report","Tax Report"
152152
"Shipping Report","Shipping Report"
153153
"Invoice Report","Invoice Report"

dev/tests/functional/tests/app/Magento/Reports/Test/TestCase/NavigateMenuTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
</variation>
6060
<variation name="NavigateMenuTest65">
6161
<data name="menuItem" xsi:type="string">Reports > Bestsellers</data>
62-
<data name="pageTitle" xsi:type="string">Best Sellers Report</data>
62+
<data name="pageTitle" xsi:type="string">Bestsellers Report</data>
6363
<constraint name="Magento\Backend\Test\Constraint\AssertBackendPageIsAvailable" />
6464
</variation>
6565
<variation name="NavigateMenuTest66">

0 commit comments

Comments
 (0)