We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a356f6 commit 1ac2b76Copy full SHA for 1ac2b76
src/com/magento/idea/magento2plugin/actions/context/xml/NewAclXmlAction.java
@@ -21,7 +21,7 @@ public class NewAclXmlAction extends AbstractContextAction {
21
public static final String ACTION_DESCRIPTION = "Create a new Magento 2 acl.xml file";
22
23
/**
24
- * New routes.xml file generation action constructor.
+ * New acl.xml file generation action constructor.
25
*/
26
public NewAclXmlAction() {
27
super(ACTION_NAME, ACTION_DESCRIPTION, ModuleAclXml.getInstance());
0 commit comments