From 93e211365d1a3abae0cea944a513df5205d8ae22 Mon Sep 17 00:00:00 2001 From: Revati Gawas Date: Fri, 1 Nov 2019 19:20:24 +0530 Subject: [PATCH] modified shared address note --- templates/CRM/Contact/Form/ShareAddress.tpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/CRM/Contact/Form/ShareAddress.tpl b/templates/CRM/Contact/Form/ShareAddress.tpl index fe28a9d50c..bb8a9bc3bc 100644 --- a/templates/CRM/Contact/Form/ShareAddress.tpl +++ b/templates/CRM/Contact/Form/ShareAddress.tpl @@ -114,8 +114,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 "+ " that 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 "+ " {ts}that contact{/ts} " + "to add an address, or select a different contact.{/ts}"{literal}; } $contentArea.html(addressHTML); -- 2.25.1