Merge pull request #19525 from eileenmcnaughton/member_soft
[civicrm-core.git] / xml / schema / Core / StatusPreference.xml
index 7ae28e74bdbd27397d754e23fc6a93d5b7bbe02f..76ad54de6e14572b70e8a61f0b8c03e53c5b8b45 100644 (file)
@@ -12,6 +12,9 @@
     <title>Status Preference ID</title>
     <required>true</required>
     <comment>Unique Status Preference ID</comment>
+    <html>
+      <type>Number</type>
+    </html>
     <add>4.7</add>
   </field>
   <primaryKey>
@@ -20,7 +23,7 @@
   </primaryKey>
   <field>
     <name>domain_id</name>
-    <title>Setting Domain</title>
+    <title>Domain ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <pseudoconstant>
@@ -29,6 +32,9 @@
       <labelColumn>name</labelColumn>
     </pseudoconstant>
     <comment>Which Domain is this Status Preference for</comment>
+    <html>
+      <label>Domain</label>
+    </html>
     <add>4.7</add>
   </field>
   <foreignKey>