Remove the word 'Experimental' from setting that has been in prod for 7 years
authorEileen McNaughton <emcnaughton@wikimedia.org>
Wed, 15 Mar 2023 06:00:41 +0000 (19:00 +1300)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Wed, 15 Mar 2023 06:00:41 +0000 (19:00 +1300)
settings/Core.setting.php

index c52fe9b1bc11934128ee71be347c9b074c141da1..69f2fedff90386769812abe2cdb4a901c6ed8c63 100644 (file)
@@ -839,13 +839,13 @@ return [
     'is_contact' => 0,
     'group_name' => 'CiviCRM Preferences',
     'group' => 'core',
-    'help_text' => ts('(EXPERIMENTAL) If the MySQL user does not have permission to administer triggers, then you must create the triggers outside CiviCRM. No support is provided for this configuration.'),
+    'help_text' => ts('If the MySQL user does not have permission to administer triggers, then you must create the triggers outside CiviCRM. No support is provided for this configuration.'),
     'name' => 'logging_no_trigger_permission',
     'type' => 'Boolean',
     'quick_form_type' => 'YesNo',
     'html_type' => '',
     'default' => 0,
-    'title' => ts('(EXPERIMENTAL) MySQL user does not have trigger permissions'),
+    'title' => ts('MySQL user does not have trigger permissions'),
     'description' => ts('Set this when you intend to manage trigger creation outside of CiviCRM'),
   ],
   'logging' => [