From 0e4873ff86e5277786b28c853f47b7a78f245846 Mon Sep 17 00:00:00 2001 From: Chris Burgess Date: Fri, 3 Feb 2017 21:22:53 +1300 Subject: [PATCH] CRM-4287. Update template help. --- settings/Search.setting.php | 4 ++-- templates/CRM/Admin/Form/Setting/Search.tpl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/settings/Search.setting.php b/settings/Search.setting.php index f64ed7589b..6cc84b3f61 100644 --- a/settings/Search.setting.php +++ b/settings/Search.setting.php @@ -205,10 +205,10 @@ return array( 'quick_form_type' => 'YesNo', 'default' => 1, 'add' => '4.7', - 'title' => 'Search Primary Location Types Only', + 'title' => 'Search Primary Details Only', 'is_domain' => 1, 'is_contact' => 0, - 'description' => 'If enabled, only primary location types(email, phone, etc.) will be included in Basic and Advanced Search results. Disabling this feature will allow users to search by any location type values attached to the contact.', + 'description' => 'If enabled, only primary details (eg contact\'s primary email, phone, etc) will be included in Basic and Advanced Search results. Disabling this feature will allow users to match contacts using any email, phone etc detail.', 'help_text' => NULL, ), ); diff --git a/templates/CRM/Admin/Form/Setting/Search.tpl b/templates/CRM/Admin/Form/Setting/Search.tpl index d3dd0a29de..aa5a8766f3 100644 --- a/templates/CRM/Admin/Form/Setting/Search.tpl +++ b/templates/CRM/Admin/Form/Setting/Search.tpl @@ -40,7 +40,7 @@ {$form.searchPrimaryDetailsOnly.label} {$form.searchPrimaryDetailsOnly.html}
- {ts}If enabled, only primary location types(email, phone, etc.) will be included in Basic and Advanced Search results. Disabling this feature will allow users to search by any location type values attached to the contact.{/ts} + {ts}If enabled, only primary details (eg contact's primary email, phone, etc) will be included in Basic and Advanced Search results. Disabling this feature will allow users to match contacts using any email, phone etc detail.{/ts} -- 2.25.1