From 92164dec82f17a024f9f9698469e3bce55cbc444 Mon Sep 17 00:00:00 2001 From: Mukesh Ram Date: Tue, 26 Dec 2017 18:45:02 +0530 Subject: [PATCH] CRM-21599: Fix title label --- CRM/Event/Form/SearchEvent.php | 2 +- templates/CRM/Event/Form/SearchEvent.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Event/Form/SearchEvent.php b/CRM/Event/Form/SearchEvent.php index d76fb9e4ad..4b59a7b0e9 100644 --- a/CRM/Event/Form/SearchEvent.php +++ b/CRM/Event/Form/SearchEvent.php @@ -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')) ); diff --git a/templates/CRM/Event/Form/SearchEvent.tpl b/templates/CRM/Event/Form/SearchEvent.tpl index 7491d3b168..afc6b080f0 100644 --- a/templates/CRM/Event/Form/SearchEvent.tpl +++ b/templates/CRM/Event/Form/SearchEvent.tpl @@ -28,7 +28,7 @@
- + {$form.title.html|crmAddClass:twenty}
{ts}Complete OR partial Event name.{/ts} -- 2.25.1