Skip to content

Commit aa4ae45

Browse files
author
Bohdan Berezhniy
committed
typo mistake
1 parent b8653e7 commit aa4ae45

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

etc/adminhtml/menu.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
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="Magefan_ProductLabel::elements" title="Product Label" module="Magefan_ProductLabel" parent="Magento_Backend::marketing" sortOrder="30" resource="Magefan_ProductLabel::elements"/>
11-
<add id="Magefan_ProductLabel::rule" title=" Rules" module="Magefan_ProductLabel" parent="Magefan_ProductLabel::elements" sortOrder="10" action="mfproductlabel/rule/" resource="Magefan_ProductLabel::rule"/>
10+
<add id="Magefan_ProductLabel::elements" title="Product Labels" module="Magefan_ProductLabel" parent="Magento_Backend::marketing" sortOrder="30" resource="Magefan_ProductLabel::elements"/>
11+
<add id="Magefan_ProductLabel::rule" title="Rules" module="Magefan_ProductLabel" parent="Magefan_ProductLabel::elements" sortOrder="10" action="mfproductlabel/rule/" resource="Magefan_ProductLabel::rule"/>
1212
<add id="Magefan_ProductLabel::configuration" title="Configuration" module="Magefan_ProductLabel" parent="Magefan_ProductLabel::elements" sortOrder="20" action="adminhtml/system_config/edit/section/mfproductlabel" resource="Magefan_ProductLabel::mfproductlabel"/>
1313
</menu>
14-
</config>
14+
</config>

etc/adminhtml/system.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<system>
1010
<section id="mfproductlabel" translate="label" sortOrder="10133090490" showInDefault="1" showInWebsite="1" showInStore="1">
1111
<class>separator-top</class>
12-
<label>Product Label</label>
12+
<label>Product Labels</label>
1313
<tab>magefan</tab>
1414
<resource>Magefan_ProductLabel::mfproductlabel</resource>
1515
<group id="general" translate="label" type="text" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">

0 commit comments

Comments
 (0)