Fix typo
authorAidan Saunders <aidan.saunders@squiffle.uk>
Tue, 25 Apr 2017 15:24:54 +0000 (16:24 +0100)
committerAidan Saunders <aidan.saunders@squiffle.uk>
Tue, 25 Apr 2017 15:24:54 +0000 (16:24 +0100)
CRM/Utils/Check/Component/Schema.php

index 757d977e07df06cd591db3ee43d9c5ee15e90434..6c8f7608e76f4e302568e1ddc6de130470cbfb71 100644 (file)
@@ -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')