From: Revati Gawas Date: Thu, 31 Oct 2019 05:46:27 +0000 (+0530) Subject: modified shared address note with that word X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=0c8f65e0daa5eb902266e7892efa6c853a6bb0db;p=civicrm-core.git modified shared address note with that word --- 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);