From e3be3836a0ff62eb1d47dc7892ac17405870ddd6 Mon Sep 17 00:00:00 2001 From: eileen Date: Sun, 23 Sep 2018 12:03:50 +1200 Subject: [PATCH] Fix typo https://lab.civicrm.org/dev/core/issues/402 --- templates/CRM/Tag/Page/Tag.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Tag/Page/Tag.tpl b/templates/CRM/Tag/Page/Tag.tpl index 4fcbdf3669..43d4fd555c 100644 --- a/templates/CRM/Tag/Page/Tag.tpl +++ b/templates/CRM/Tag/Page/Tag.tpl @@ -538,7 +538,7 @@   {ts}Add Child{/ts} <% {rdelim} %> - " class="button crm-popup" title="{ts}Duplicate ths tag{/ts}"> + " class="button crm-popup" title="{ts}Duplicate this tag{/ts}">   {ts}Clone Tag{/ts} <% if(!data.is_reserved || adminReserved) {ldelim} %> -- 2.25.1