From f0a98c8293354360d31a39a1a5f5ba5ca3dcaac7 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Tue, 1 Sep 2015 08:10:47 +1200 Subject: [PATCH] Fix field title --- CRM/Report/Form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Report/Form.php b/CRM/Report/Form.php index 7f4fe50922..4dbc898461 100644 --- a/CRM/Report/Form.php +++ b/CRM/Report/Form.php @@ -4354,7 +4354,7 @@ LEFT JOIN civicrm_contact {$field['alias']} ON {$field['alias']}.id = {$this->_a ), 'postal_greeting_display' => array('title' => ts('Postal Greeting')), 'email_greeting_display' => array('title' => ts('Email Greeting')), - 'addressee_display' => array('title' => ts('Email Greeting')), + 'addressee_display' => array('title' => ts('Address Greeting')), 'contact_type' => array( 'title' => ts('Contact Type'), ), -- 2.25.1