Fix titles that contain entity name
authorAhed <ahed@compucorp.co.uk>
Mon, 8 Feb 2021 21:59:41 +0000 (23:59 +0200)
committerAhed <ahed@compucorp.co.uk>
Tue, 9 Feb 2021 09:44:13 +0000 (11:44 +0200)
Only for fields with title tag and html->label

xml/schema/Core/CustomField.xml
xml/schema/Core/Phone.xml
xml/schema/Core/Tag.xml
xml/schema/Core/UFField.xml
xml/schema/Member/MembershipType.xml

index df3803209a58d82f52685c763b7037b3a2d5c216..7a5ac56d95dcf551ffcf0ea057e5a19028b7496b 100644 (file)
@@ -68,7 +68,7 @@
   <field>
     <name>data_type</name>
     <type>varchar</type>
-    <title>Custom Field Data Type</title>
+    <title>Data Type</title>
     <length>16</length>
     <required>true</required>
     <comment>Controls location of data storage in extended_data table.</comment>
@@ -84,7 +84,7 @@
   <field>
     <name>html_type</name>
     <type>varchar</type>
-    <title>Custom Field HTML Type</title>
+    <title>HTML Type</title>
     <length>32</length>
     <required>true</required>
     <comment>HTML types plus several built-in extended types.</comment>
index 4e455fdfd92c325b0322463f16cfeeb647d01268..81572a17a68d4c0f64dcac270a59b9c6821cad4f 100644 (file)
@@ -43,7 +43,7 @@
   </foreignKey>
   <field>
     <name>location_type_id</name>
-    <title>Phone Location Type ID</title>
+    <title>Location Type ID</title>
     <type>int unsigned</type>
     <comment>Which Location does this phone belong to.</comment>
     <pseudoconstant>
@@ -53,7 +53,7 @@
     </pseudoconstant>
     <html>
       <type>Select</type>
-      <label>Phone Location Type</label>
+      <label>Location Type</label>
     </html>
     <add>2.0</add>
   </field>
index c1ec1b0bcfe9a70d8a2def5e634416ef674e25f6..6575eb566ac3b258a3bc2c487b97daefa0897e63 100644 (file)
   </field>
   <field>
     <name>created_id</name>
-    <title>Tag Created By Contact ID</title>
+    <title>Created By Contact ID</title>
     <type>int unsigned</type>
     <comment>FK to civicrm_contact, who created this tag</comment>
     <html>
-      <label>Tag Created By</label>
+      <label>Created By</label>
     </html>
     <add>3.4</add>
   </field>
index 524e1c6c3af0b81f71a16d6781a024efaf6b6454..fde4410c2d799b3b9fd8eee1b1acb2245d893dfe 100644 (file)
   </field>
   <field>
     <name>location_type_id</name>
-    <title>Profile Field Location Type ID</title>
+    <title>Location Type ID</title>
     <type>int unsigned</type>
     <comment>Location type of this mapping, if required</comment>
     <html>
-      <label>Profile Field Location Type</label>
+      <label>Location Type</label>
     </html>
     <add>1.3</add>
   </field>
index aa19de6e8c3f2f2d888929041b9c3d2455cef50a..2b55b30256e57c507523f498d2b64d6eca358a49 100644 (file)
@@ -64,7 +64,7 @@
   </field>
   <field>
     <name>description</name>
-    <title>Membership Type Description</title>
+    <title>Description</title>
     <type>varchar</type>
     <html>
       <type>TextArea</type>
   </foreignKey>
   <field>
     <name>minimum_fee</name>
-    <title>Membership Type Minimum Fee</title>
+    <title>Minimum Fee</title>
     <type>decimal</type>
     <length>18,9</length>
     <comment>Minimum fee for this membership (0 for free/complimentary memberships).</comment>