Skip to content

Commit

Permalink
ACL titles are swapped
Browse files Browse the repository at this point in the history
Titles seem accidently swapped.
  • Loading branch information
jissereitsma authored Jul 6, 2016
1 parent 3be18f3 commit 97fa3a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/code/Magento/Catalog/etc/acl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<acl>
<resources>
<resource id="Magento_Backend::admin">
<resource id="Magento_Catalog::catalog" title="Products" translate="title" sortOrder="30">
<resource id="Magento_Catalog::catalog" title="Catalog" translate="title" sortOrder="30">
<resource id="Magento_Catalog::catalog_inventory" title="Inventory" translate="title" sortOrder="10">
<resource id="Magento_Catalog::products" title="Catalog" translate="title" sortOrder="10" />
<resource id="Magento_Catalog::products" title="Products" translate="title" sortOrder="10" />
<resource id="Magento_Catalog::categories" title="Categories" translate="title" sortOrder="20" />
</resource>
</resource>
Expand Down

0 comments on commit 97fa3a5

Please sign in to comment.