Fix typo
authoreileen <emcnaughton@wikimedia.org>
Sun, 23 Sep 2018 00:03:50 +0000 (12:03 +1200)
committereileen <emcnaughton@wikimedia.org>
Sun, 23 Sep 2018 00:03:50 +0000 (12:03 +1200)
https://lab.civicrm.org/dev/core/issues/402

templates/CRM/Tag/Page/Tag.tpl

index 4fcbdf36694f0ad72e2e55a521b114529d2b248f..43d4fd555cf1ff0e57eb5ffc5bf2d47b119a1ff0 100644 (file)
         <span><i class="crm-i fa-plus"></i>&nbsp; {ts}Add Child{/ts}</span>
       </a>
     <% {rdelim} %>
-    <a href="{crmURL p="civicrm/tag/edit" q="action=add&clone_from="}<%= id %>" class="button crm-popup" title="{ts}Duplicate ths tag{/ts}">
+    <a href="{crmURL p="civicrm/tag/edit" q="action=add&clone_from="}<%= id %>" class="button crm-popup" title="{ts}Duplicate this tag{/ts}">
       <span><i class="crm-i fa-copy"></i>&nbsp; {ts}Clone Tag{/ts}</span>
     </a>
     <% if(!data.is_reserved || adminReserved) {ldelim} %>