From 3067d36c5d529ae4b2e0a191726c49fd29c569cc Mon Sep 17 00:00:00 2001 From: Revati Gawas Date: Thu, 7 Nov 2019 11:39:37 +0530 Subject: [PATCH] modified shared address note --- 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 bb8a9bc3bc..d727e5f9c5 100644 --- a/templates/CRM/Contact/Form/ShareAddress.tpl +++ b/templates/CRM/Contact/Form/ShareAddress.tpl @@ -114,7 +114,7 @@ }); if (!addressHTML) { - 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}; + addressHTML = {/literal}"{ts escape='js'}Selected contact does not have an address. Please click the following link to edit that contact to add an address, or select a different contact.{/ts}"{literal} + ' {/literal}{ts}Edit link{/ts}{literal}'; } $contentArea.html(addressHTML); -- 2.25.1