From 5aa79bade732448e977770044a5a31ec786a91c7 Mon Sep 17 00:00:00 2001 From: Darrick Servis Date: Fri, 13 May 2022 16:29:03 -0700 Subject: [PATCH] Fix Dedupe rule creation should display labels of contact types, in case they have been customised. --- templates/CRM/Contact/Form/DedupeRules.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Contact/Form/DedupeRules.tpl b/templates/CRM/Contact/Form/DedupeRules.tpl index e302fa6048..46dd7ed9cf 100644 --- a/templates/CRM/Contact/Form/DedupeRules.tpl +++ b/templates/CRM/Contact/Form/DedupeRules.tpl @@ -8,7 +8,7 @@ +--------------------------------------------------------------------+ *} -

{ts 1=$contact_type}Matching Rule for %1 Contacts{/ts}

+

{ts 1=$contactTypes.$contact_type}Matching Rule for %1 Contacts{/ts}

{ts}Configure up to five fields to evaluate when searching for 'suspected' duplicate contact records.{/ts} {help id="id-rules"} -- 2.25.1