From 5271ae34934a083ca20835049a716423ab92950b Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Wed, 28 Jun 2017 16:57:35 +1000 Subject: [PATCH] CRM-20774 Add in additional words on contacting system administrator for assistance --- CRM/Utils/Check/Component/Schema.php | 1 + 1 file changed, 1 insertion(+) 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__,