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 932f4af commit d5de3e3Copy full SHA for d5de3e3
src/com/magento/idea/magento2plugin/actions/context/xml/NewEmailTemplatesXmlAction.java
@@ -18,7 +18,8 @@
18
public class NewEmailTemplatesXmlAction extends AbstractContextAction {
19
20
public static final String ACTION_NAME = "Magento 2 Email Templates File";
21
- public static final String ACTION_DESCRIPTION = "Create a new Magento 2 email_templates.xml file";
+ public static final String ACTION_DESCRIPTION =
22
+ "Create a new Magento 2 email_templates.xml file";
23
24
/**
25
* New email_templates.xml file generation action constructor.
0 commit comments