From d758aa974ce906472ca5a6f2824fc82fe7dab56d Mon Sep 17 00:00:00 2001 From: Aidan Saunders Date: Tue, 25 Apr 2017 16:24:54 +0100 Subject: [PATCH] Fix typo --- CRM/Utils/Check/Component/Schema.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Utils/Check/Component/Schema.php b/CRM/Utils/Check/Component/Schema.php index 757d977e07..6c8f7608e7 100644 --- a/CRM/Utils/Check/Component/Schema.php +++ b/CRM/Utils/Check/Component/Schema.php @@ -47,7 +47,7 @@ class CRM_Utils_Check_Component_Schema extends CRM_Utils_Check_Component { 'fa-server' ); $msg->addAction( - ts('Update Incices'), + ts('Update Indices'), ts('Update all database indices now? This may take a few minutes and cause a noticeable performance lag for all users while running.'), 'api3', array('System', 'updateindexes') -- 2.25.1