Fix contact ID help on advanced search
authorColeman Watts <coleman@civicrm.org>
Mon, 11 Feb 2019 14:42:06 +0000 (09:42 -0500)
committerColeman Watts <coleman@civicrm.org>
Mon, 11 Feb 2019 14:42:06 +0000 (09:42 -0500)
templates/CRM/Contact/Form/Contact.hlp
templates/CRM/Contact/Form/Contact.tpl

index cfa949c9776aa37961fcc4aa5d68723378bb760d..3aae0d213217e69ed3e91ec874582181c4859dca 100644 (file)
 <p>{ts}Upload a photo or icon that you want to be displayed when viewing this contact.{/ts}</p>
 {/htxt}
 
-{htxt id="id-internal-id-title"}
+{htxt id="id-contact-id-title"}
   {ts}Contact ID{/ts}
 {/htxt}
-{htxt id="id-internal-id"}
+{htxt id="id-contact-id"}
 <p>{ts}Every contact in CiviCRM has a unique ID number. This number will never change and is the most accurate way of identifying a contact.{/ts}</p>
 {/htxt}
 
index 4849891d35fbf8a45ae0b918832cf5768dd8fd46..bdb352af049d8cf9b21126fa59d3cb94da67fe89 100644 (file)
@@ -63,7 +63,7 @@
               </td>
               {if $contactId}
                 <td>
-                  <label for="internal_identifier_display">{ts}Contact ID{/ts} {help id="id-internal-id"}</label><br />
+                  <label for="internal_identifier_display">{ts}Contact ID{/ts} {help id="id-contact-id"}</label><br />
                   <input id="internal_identifier_display" type="text" class="crm-form-text six" size="6" readonly="readonly" value="{$contactId}">
                 </td>
               {/if}