File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Controller/Adminhtml/Product Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public function execute()
37
37
/** @var \Magento\Backend\Model\View\Result\Page $resultPage */
38
38
$ resultPage = $ this ->resultPageFactory ->create ();
39
39
$ resultPage ->setActiveMenu ('Magento_Catalog::catalog_products ' );
40
- $ resultPage ->getConfig ()->getTitle ()->prepend (__ ('Catalog ' ));
40
+ $ resultPage ->getConfig ()->getTitle ()->prepend (__ ('Products ' ));
41
41
return $ resultPage ;
42
42
}
43
43
}
Original file line number Diff line number Diff line change 7
7
-->
8
8
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:module:Magento_Backend:etc/menu.xsd" >
9
9
<menu >
10
- <add id =" Magento_Catalog::catalog" title =" Products " module =" Magento_Catalog" sortOrder =" 20" dependsOnModule =" Magento_Catalog" resource =" Magento_Catalog::catalog" />
11
- <add id =" Magento_Catalog::catalog_products" title =" Catalog " module =" Magento_Catalog" sortOrder =" 10" parent =" Magento_Catalog::inventory" action =" catalog/product/" resource =" Magento_Catalog::products" />
10
+ <add id =" Magento_Catalog::catalog" title =" Catalog " module =" Magento_Catalog" sortOrder =" 20" dependsOnModule =" Magento_Catalog" resource =" Magento_Catalog::catalog" />
11
+ <add id =" Magento_Catalog::catalog_products" title =" Products " module =" Magento_Catalog" sortOrder =" 10" parent =" Magento_Catalog::inventory" action =" catalog/product/" resource =" Magento_Catalog::products" />
12
12
<add id =" Magento_Catalog::catalog_categories" title =" Categories" module =" Magento_Catalog" sortOrder =" 20" parent =" Magento_Catalog::inventory" action =" catalog/category/" resource =" Magento_Catalog::categories" />
13
13
<add id =" Magento_Catalog::catalog_attributes_attributes" title =" Product" module =" Magento_Catalog" sortOrder =" 30" parent =" Magento_Backend::stores_attributes" action =" catalog/product_attribute/" resource =" Magento_Catalog::attributes_attributes" />
14
14
<add id =" Magento_Catalog::catalog_attributes_sets" title =" Attribute Set" module =" Magento_Catalog" sortOrder =" 40" parent =" Magento_Backend::stores_attributes" action =" catalog/product_set/" resource =" Magento_Catalog::sets" />
You can’t perform that action at this time.
0 commit comments