Merge pull request #6457 from GinkgoFJG/angular_snippets
[civicrm-core.git] / xml / schema / Core / StatusPreference.xml
index 7aeaaa6fb8f5f9c3e9c8fd65a123c177b4df74ea..84f26f519a928a149984f86325a3c48c04e3c7cd 100644 (file)
     <title>Hush Status Notifications Until</title>
     <type>date</type>
     <import>true</import>
-    <comment>expires minimum_date_severity.  NULL never hushes.</comment>
+    <comment>expires ignore_severity.  NULL never hushes.</comment>
     <default>NULL</default>
     <add>4.7</add>
   </field>
   <field>
-    <name>minimum_report_severity</name>
-    <title>Minimum Report Severity</title>
+    <name>ignore_severity</name>
+    <title>Ignore Severity</title>
     <type>int unsigned</type>
     <import>true</import>
-    <comment>Hush messages up to but excluding this severity.</comment>
+    <comment>Hush messages up to and including this severity.</comment>
     <default>1</default>
     <add>4.7</add>
   </field>