X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=settings%2FCore.setting.php;h=4992ef8c90ea837b69dc88d4937c35b465f2042c;hb=945b79bfd630f2ec075c97a45bb85a03dd9ccda4;hp=b01373382d6a9be22c9810fb973948f851827d33;hpb=7424c78227466eb277b8d1d62ccc3822db85db7a;p=civicrm-core.git diff --git a/settings/Core.setting.php b/settings/Core.setting.php index b01373382d..4992ef8c90 100644 --- a/settings/Core.setting.php +++ b/settings/Core.setting.php @@ -28,7 +28,7 @@ return [ 'pseudoconstant' => [ 'optionGroupName' => 'contact_view_options', ], - 'default' => '123456789101113', + 'default' => '1234567891013', 'add' => '4.1', 'title' => ts('Viewing Contacts'), 'is_domain' => '1', @@ -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' => [