Merge pull request #22886 from demeritcowboy/contributionview-notice3
[civicrm-core.git] / xml / schema / Contact / ContactType.xml
index 29f1524a44a43241c8a2fc162ba8e3cb2554df43..b93bcc0cc2c5352e2df6294e62f541b91523b0af 100644 (file)
@@ -26,6 +26,9 @@
     <type>varchar</type>
     <length>64</length>
     <comment>Internal name of Contact Type (or Subtype).</comment>
+    <html>
+      <label>Name</label>
+    </html>
     <add>3.1</add>
     <required>true</required>
   </field>
@@ -67,7 +70,7 @@
   </field>
   <field>
     <name>parent_id</name>
-    <title>Contact Type Parent</title>
+    <title>Parent ID</title>
     <type>int unsigned</type>
     <comment>Optional FK to parent contact type.</comment>
     <pseudoconstant>
@@ -76,6 +79,9 @@
       <labelColumn>label</labelColumn>
       <condition>parent_id IS NULL</condition>
     </pseudoconstant>
+    <html>
+      <label>Parent</label>
+    </html>
     <add>3.1</add>
   </field>
   <foreignKey>