Skip to content

Commit 8c2d949

Browse files
Fixed label
1 parent 9515d13 commit 8c2d949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/magento/idea/magento2plugin/magento/packages/eav/AttributeSourceModel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public enum AttributeSourceModel {
1010
TABLE("\\Magento\\Eav\\Model\\Entity\\Attribute\\Source\\Table"),
1111
CONFIG("\\Magento\\Eav\\Model\\Entity\\Attribute\\Source\\Config"),
1212
STORE("\\Magento\\Eav\\Model\\Entity\\Attribute\\Source\\Store"),
13-
GENERATE_SOURCE("Generate Source"),
13+
GENERATE_SOURCE("Custom Source"),
1414
NULLABLE_SOURCE("Set Source Model as null");
1515

1616
private String source;

0 commit comments

Comments
 (0)