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 c0efff9 commit f4dbd57Copy full SHA for f4dbd57
src/com/magento/idea/magento2plugin/actions/context/xml/NewEventsXmlAction.java
@@ -20,7 +20,7 @@
20
21
public class NewEventsXmlAction extends AbstractContextAction {
22
23
- public static final String ACTION_NAME = "Magento 2 Events Observer File";
+ public static final String ACTION_NAME = "Magento 2 Events File";
24
public static final String ACTION_DESCRIPTION = "Create a new Magento 2 events.xml file";
25
26
/**
@@ -67,4 +67,4 @@ protected AttributesDefaults getProperties(
67
) {
68
return defaults;
69
}
70
-}
+}
0 commit comments