fix missing mail setting help
[civicrm-core.git] / settings / Mailing.setting.php
index cb0b5ec0b6950d6cdba16c44f0aa004ba4bcea16..bfcc3580741d860005c0c75da8f86c3b91e78f4f 100644 (file)
@@ -386,6 +386,6 @@ return [
     'is_domain' => 1,
     'is_contact' => 0,
     'description' => ts('The frequency that CiviMail updates its sent mail database.'),
-    'help_text' => 'CiviMail records email sent at the frequency you specify.  If you set it to 1, it will update the database every time it sends an email.  This ensures that emails are not resent if the batch job fails, but this may cause a performance hit, particularly for large jobs.',
+    'help_text' => NULL,
   ],
 ];