X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=settings%2FCore.setting.php;h=f3079b296c5525f4ee5dbe759b88fc09a3925153;hb=47babea7278ded75045055f34e2453fcfe70f518;hp=b01373382d6a9be22c9810fb973948f851827d33;hpb=60c151c09524528b441e77df624b3d8ac11cbdcb;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' => [