CRM-20774 Add in additional words on contacting system administrator for assistance
authorSeamus Lee <seamuslee001@gmail.com>
Wed, 28 Jun 2017 06:57:35 +0000 (16:57 +1000)
committerSeamus Lee <seamuslee001@gmail.com>
Wed, 28 Jun 2017 07:02:13 +0000 (17:02 +1000)
CRM/Utils/Check/Component/Schema.php

index d281c26a405cade5fe687d9c0575b5fc6abf01f8..72cfd636a63a26a71c34a08fe11d27fb35fe2801 100644 (file)
@@ -56,6 +56,7 @@ class CRM_Utils_Check_Component_Schema extends CRM_Utils_Check_Component {
       $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__,