From 0c8f65e0daa5eb902266e7892efa6c853a6bb0db Mon Sep 17 00:00:00 2001 From: Revati Gawas Date: Thu, 31 Oct 2019 11:16:27 +0530 Subject: [PATCH] modified shared address note with that word --- templates/CRM/Contact/Form/ShareAddress.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Contact/Form/ShareAddress.tpl b/templates/CRM/Contact/Form/ShareAddress.tpl index ce9442f00f..fe28a9d50c 100644 --- a/templates/CRM/Contact/Form/ShareAddress.tpl +++ b/templates/CRM/Contact/Form/ShareAddress.tpl @@ -115,7 +115,7 @@ if (!addressHTML) { var sharedContactLink = "add?reset=1&action=update&cid=" + sharedContactId; - addressHTML = {/literal}"{ts escape='js'}Selected contact does not have an address. Please edit "+ " contact " + "to add an address, or select a different contact.{/ts}"{literal}; + addressHTML = {/literal}"{ts escape='js'}Selected contact does not have an address. Please edit "+ " that contact " + "to add an address, or select a different contact.{/ts}"{literal}; } $contentArea.html(addressHTML); -- 2.25.1