CRM-16260 - Fix use of ts() within templates
[civicrm-core.git] / templates / CRM / Admin / Page / Tag.tpl
index d4f3834bb50fadd2cab812e3f32e4cd336225846..8d5dc9b1f80dda23a6af86fc9e30305818ad1e92 100644 (file)
@@ -144,7 +144,7 @@ CRM.$(function($) {
       .on('crmConfirm:yes', function() {
         var toId = $("input[name=select_merge_tag]", this).val();
         if (!toId) {
-          $("input[name=select_merge_tag]", this).crmError(ts('Select a tag'));
+          $("input[name=select_merge_tag]", this).crmError('{/literal}{ts escape='js'}Select a tag{/ts}{literal}');
           return false;
         }
         var postUrl = {/literal}"{crmURL p='civicrm/ajax/mergeTags' h=0 }"{literal};