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 261748e commit 8dede1aCopy full SHA for 8dede1a
src/com/magento/idea/magento2plugin/actions/generation/dialog/NewEntityDialog.java
@@ -136,7 +136,7 @@ public class NewEntityDialog extends AbstractDialog {
136
private static final String PROPERTY_TYPE = "Type";
137
private static final String ACL_ID = "ACL ID";
138
private static final String FORM_NAME = "Form Name";
139
- private static final String GRID_NAME = "Grit Name";
+ private static final String GRID_NAME = "Grid Name";
140
private static final String IDENTIFIER = "Identifier";
141
private static final String SORT_ORDER = "Sort Order";
142
private static final String UI_COMPONENTS_TAB_NAME = "Admin UI Components";
0 commit comments