From e66cb80e75d947636d88505b229bef538fbb82de Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Wed, 15 Mar 2023 19:00:41 +1300 Subject: [PATCH] Remove the word 'Experimental' from setting that has been in prod for 7 years --- settings/Core.setting.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings/Core.setting.php b/settings/Core.setting.php index c52fe9b1bc..69f2fedff9 100644 --- a/settings/Core.setting.php +++ b/settings/Core.setting.php @@ -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' => [ -- 2.25.1