Merge pull request #19760 from civicrm/5.36
[civicrm-core.git] / ext / search / ang / crmSearchActions / crmSearchActionDelete.ctrl.js
index 148fe633430979f600c37ec9c707d9e4834500ee..911e832eea87f7454c382811742085ff2d9ab4ee 100644 (file)
@@ -2,7 +2,7 @@
   "use strict";
 
   angular.module('crmSearchActions').controller('crmSearchActionDelete', function($scope, dialogService) {
-    var ts = $scope.ts = CRM.ts(),
+    var ts = $scope.ts = CRM.ts('org.civicrm.search'),
       model = $scope.model,
       ctrl = this;