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()
3737 /** @var \Magento\Backend\Model\View\Result\Page $resultPage */
3838 $ resultPage = $ this ->resultPageFactory ->create ();
3939 $ resultPage ->setActiveMenu ('Magento_Catalog::catalog_products ' );
40- $ resultPage ->getConfig ()->getTitle ()->prepend (__ ('Catalog ' ));
40+ $ resultPage ->getConfig ()->getTitle ()->prepend (__ ('Products ' ));
4141 return $ resultPage ;
4242 }
4343}
Original file line number Diff line number Diff line change 77-->
88<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:module:Magento_Backend:etc/menu.xsd" >
99 <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" />
1212 <add id =" Magento_Catalog::catalog_categories" title =" Categories" module =" Magento_Catalog" sortOrder =" 20" parent =" Magento_Catalog::inventory" action =" catalog/category/" resource =" Magento_Catalog::categories" />
1313 <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" />
1414 <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