From 5aebe76c861b30e5eccf8d3fd4a61063ec80a2f6 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Mon, 25 Nov 2019 07:33:00 +1100 Subject: [PATCH] Make utf8mb4 status check language more for the general consumer Fix grammar and change title of check to be a bit more human related --- CRM/Utils/Check/Component/Env.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Utils/Check/Component/Env.php b/CRM/Utils/Check/Component/Env.php index 72b327bc2b..b6ebd4e7d6 100644 --- a/CRM/Utils/Check/Component/Env.php +++ b/CRM/Utils/Check/Component/Env.php @@ -898,8 +898,8 @@ class CRM_Utils_Check_Component_Env extends CRM_Utils_Check_Component { else { $messages[] = new CRM_Utils_Check_Message( __FUNCTION__, - ts('Future versions of CiviCRM may require MySQL utf8mb4 support. It is recommended, though not yet required, to configure your MySQL server for utf8mb4 support. You will need the following MySQL server configuration: innodb_large_prefix=true innodb_file_format=barracuda innodb_file_per_table=true'), - ts('MySQL utf8mb4 Support'), + ts("Future versions of CiviCRM may require MySQL to support utf8mb4 encoding. It is recommended, though not yet required. Please discuss with your server administrator about configuring your MySQL server for utf8mb4. CiviCRM's recommended configurations are in the System Administrator Guide", [1 => CRM_Utils_System::docURL2("sysadmin/requirements/#mysql-configuration", TRUE)]), + ts('MySQL Emoji Support (utf8mb4)'), \Psr\Log\LogLevel::WARNING, 'fa-database' ); -- 2.25.1