CRM-15603 - Standardize case of 'Contact Type'
authorColeman Watts <coleman@civicrm.org>
Sun, 16 Nov 2014 01:56:15 +0000 (20:56 -0500)
committerColeman Watts <coleman@civicrm.org>
Sun, 16 Nov 2014 13:41:37 +0000 (08:41 -0500)
templates/CRM/Contact/Form/Task/AddToHousehold.tpl
templates/CRM/Contact/Form/Task/AddToOrganization.tpl

index d407acc984398fc3c42863974523a933f747b2e7..f35cb986e9f51bde334fd9818b53886a91d5c1da 100644 (file)
@@ -82,7 +82,7 @@
                 {else} {* no valid matches for name + contact_type *}
                         </div></fieldset>
                         {capture assign=infoTitle}{ts}No matching results for{/ts}{/capture}
-                        {capture assign=infoMessage}<ul><li>{ts 1=$form.name.value}Name like: %1{/ts}</li><li>{ts}Contact type{/ts}: {$contact_type_display}</li></ul>{ts}Check your spelling, or try fewer letters for the target contact name.{/ts}{/capture}
+                        {capture assign=infoMessage}<ul><li>{ts 1=$form.name.value}Name like: %1{/ts}</li><li>{ts 1=$contact_type_display}Contact Type: %1{/ts}</li></ul>{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}
index d23ba57c3abeaefab388f6537c8c2283d851ec59..482f75c58b83818571230adc1f5da3cfd8a8be6e 100644 (file)
@@ -80,7 +80,7 @@
                 {else} {* no valid matches for name + contact_type *}
                         </div></fieldset>
                         {capture assign=infoTitle}{ts}No matching results for{/ts}{/capture}
-                        {capture assign=infoMessage}<ul><li>{ts 1=$form.name.value}Name like: %1{/ts}</li><li>{ts}Contact type{/ts}: {$contact_type_display}</li></ul>{ts}Check your spelling, or try fewer letters for the target contact name.{/ts}{/capture}
+                        {capture assign=infoMessage}<ul><li>{ts 1=$form.name.value}Name like: %1{/ts}</li><li>{ts 1=$contact_type_display}Contact Type: %1{/ts}</li></ul>{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}