X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=settings%2FCore.setting.php;h=f3079b296c5525f4ee5dbe759b88fc09a3925153;hb=1d041a1c448b0659f1dc35841ff70d59f84ba60d;hp=b01373382d6a9be22c9810fb973948f851827d33;hpb=3f161ba1dad45969acdac93700be4ed84a9a86ff;p=civicrm-core.git diff --git a/settings/Core.setting.php b/settings/Core.setting.php index b01373382d..f3079b296c 100644 --- a/settings/Core.setting.php +++ b/settings/Core.setting.php @@ -375,7 +375,7 @@ return [ 'pseudoconstant' => [ 'callback' => 'CRM_Contact_BAO_GroupContactCache::getModes', ], - 'description' => ts('Should the acl cache be by cron jobs or user actions'), + 'description' => ts('Should the acl cache be flushed by cron jobs or user actions'), 'help_text' => ts('In "Opportunistic Flush" mode, caches are flushed in response to user actions; this mode is broadly compatible but may add latency during form-submissions. In "Cron Flush" mode, you should schedule a cron job to flush caches if your site uses ACLs; this can improve latency on form-submissions but requires more setup.'), ], 'installed' => [