modified shared address note with that word
authorRevati Gawas <revati_gawas@3544132.no-reply.drupal.org>
Thu, 31 Oct 2019 05:46:27 +0000 (11:16 +0530)
committerRevati Gawas <revati_gawas@3544132.no-reply.drupal.org>
Thu, 31 Oct 2019 05:46:27 +0000 (11:16 +0530)
templates/CRM/Contact/Form/ShareAddress.tpl

index ce9442f00f8e6852d2deeca37f1bd9ff469c7d00..fe28a9d50c1f73a7676a920290f1a392a24299c1 100644 (file)
 
             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 "+ "<a href='" + sharedContactLink + "' target='_blank'> contact </a>" + "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 "+ "<a href='" + sharedContactLink + "' target='_blank'> that contact </a>" + "to add an address, or select a different contact.{/ts}"{literal};
             }
 
             $contentArea.html(addressHTML);