Skip to content

Commit 81e1f97

Browse files
Merge pull request #20329 from highfalutin/patch-6
Correct copy-paste error in CustomField schema
2 parents bd8662a + 0388de0 commit 81e1f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/schema/Core/CustomField.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<type>varchar</type>
5353
<title>Custom Field Name</title>
5454
<length>64</length>
55-
<comment>Variable name/programmatic handle for this group.</comment>
55+
<comment>Variable name/programmatic handle for this field.</comment>
5656
<add>3.3</add>
5757
</field>
5858
<field>

0 commit comments

Comments
 (0)