diff --git a/CRM/Utils/Check/Component/Schema.php b/CRM/Utils/Check/Component/Schema.php index d281c26a405c..72cfd636a63a 100644 --- a/CRM/Utils/Check/Component/Schema.php +++ b/CRM/Utils/Check/Component/Schema.php @@ -56,6 +56,7 @@ public function checkIndices() { $message = "You have missing indices on some tables. This may cause poor performance."; if (!empty($keyMessage)) { $message = $keyMessage; + $message .= ts("If you are unsure how to perform this action or do not know what to do please contact your system administrator for assistance"); } $msg = new CRM_Utils_Check_Message( __FUNCTION__,