Skip to content

Commit

Permalink
fix name/label in admin index.js module registration (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
sumedia-webdesign committed Aug 20, 2023
1 parent cee02f7 commit 83299c1
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -96,7 +96,8 @@ Shopware.Module.register('frosh-tools', {
group: 'plugins',
to: 'frosh.tools.index.cache',
icon: 'regular-cog',
name: 'frosh-tools.title'
name: 'frosh-tools',
label: 'frosh-tools.title'
}
]
});

0 comments on commit 83299c1

Please sign in to comment.