From 21a935eb8d412a40cf785ec1a36da49f462c7afd Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Sat, 15 Nov 2014 20:56:15 -0500 Subject: [PATCH] CRM-15603 - Standardize case of 'Contact Type' --- templates/CRM/Contact/Form/Task/AddToHousehold.tpl | 2 +- templates/CRM/Contact/Form/Task/AddToOrganization.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/CRM/Contact/Form/Task/AddToHousehold.tpl b/templates/CRM/Contact/Form/Task/AddToHousehold.tpl index d407acc984..f35cb986e9 100644 --- a/templates/CRM/Contact/Form/Task/AddToHousehold.tpl +++ b/templates/CRM/Contact/Form/Task/AddToHousehold.tpl @@ -82,7 +82,7 @@ {else} {* no valid matches for name + contact_type *} {capture assign=infoTitle}{ts}No matching results for{/ts}{/capture} - {capture assign=infoMessage}{ts}Check your spelling, or try fewer letters for the target contact name.{/ts}{/capture} + {capture assign=infoMessage}{ts}Check your spelling, or try fewer letters for the target contact name.{/ts}{/capture} {include file="CRM/common/info.tpl"} {/if} {* end if searchCount *} {else} diff --git a/templates/CRM/Contact/Form/Task/AddToOrganization.tpl b/templates/CRM/Contact/Form/Task/AddToOrganization.tpl index d23ba57c3a..482f75c58b 100644 --- a/templates/CRM/Contact/Form/Task/AddToOrganization.tpl +++ b/templates/CRM/Contact/Form/Task/AddToOrganization.tpl @@ -80,7 +80,7 @@ {else} {* no valid matches for name + contact_type *} {capture assign=infoTitle}{ts}No matching results for{/ts}{/capture} - {capture assign=infoMessage}{ts}Check your spelling, or try fewer letters for the target contact name.{/ts}{/capture} + {capture assign=infoMessage}{ts}Check your spelling, or try fewer letters for the target contact name.{/ts}{/capture} {include file="CRM/common/info.tpl"} {/if} {* end if searchCount *} {else} -- 2.25.1