CRM-21599: Fix title label
[civicrm-core.git] / CRM / Event / Form / SearchEvent.php
index d76fb9e4adec8232808daeb808ba0f860542753f..4b59a7b0e9d957af6779d19d13d92387566068e5 100644 (file)
@@ -64,7 +64,7 @@ class CRM_Event_Form_SearchEvent extends CRM_Core_Form {
    * @return void
    */
   public function buildQuickForm() {
-    $this->add('text', 'title', ts('Find'),
+    $this->add('text', 'title', ts('Event Name'),
       array(CRM_Core_DAO::getAttribute('CRM_Event_DAO_Event', 'title'))
     );