CRM-14078 - More consistent contact field labels
[civicrm-core.git] / xml / schema / Contact / Contact.xml
index 9383bfb9f84d872e15a6e8c91eebfddbdaee9eb2..89b7733c2f79649cde8d99b18d26cfb2c94382a7 100644 (file)
@@ -10,7 +10,7 @@
   <field>
     <name>id</name>
     <type>int unsigned</type>
-    <title>Internal Contact ID</title>
+    <title>Contact ID</title>
     <import>true</import>
     <headerPattern>/internal|contact?|id$/i</headerPattern>
     <required>true</required>
   </index>
   <field>
     <name>source</name>
-    <title>Source of Contact Data</title>
+    <title>Contact Source</title>
     <uniqueName>contact_source</uniqueName>
     <type>varchar</type>
     <length>255</length>
     </html>
 
     <import>true</import>
-    <headerPattern>/(S(ource\s)?o(f\s)?C(ontact\s)?Data)$/i</headerPattern>
+    <headerPattern>/(C(ontact\s)?Source)$/i</headerPattern>
     <comment>where contact come from, e.g. import, donate module insert...</comment>
     <add>1.1</add>
   </field>