Skip to content

Commit 2afee11

Browse files
committed
975: updated action name for generation config.xml
1 parent cd4778f commit 2afee11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/magento/idea/magento2plugin/actions/context/xml/NewConfigXmlAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
public class NewConfigXmlAction extends AbstractContextAction {
1919

20-
public static final String ACTION_NAME = "Magento 2 CONFIG File";
20+
public static final String ACTION_NAME = "Magento 2 Config";
2121
public static final String ACTION_DESCRIPTION = "Create a new Magento 2 config.xml file";
2222

2323
/**

0 commit comments

Comments
 (0)