Merge pull request #16733 from eileenmcnaughton/smarty
[civicrm-core.git] / ang / crmCaseType / statusTable.html
index 890989a3b01baf42c5c4a4dda459f134db695a0c..e7dfd9eb21444cb8ba1daef7f8fbd2ca8997c2b6 100644 (file)
@@ -6,8 +6,8 @@ Required vars: selectedStatuses
   <thead>
   <tr>
     <th></th>
-    <th>{{ts('Name')}}</th>
-    <th>{{ts('Class')}}</th>
+    <th>{{:: ts('Name') }}</th>
+    <th>{{:: ts('Class') }}</th>
   </tr>
   </thead>
 
@@ -28,7 +28,7 @@ Required vars: selectedStatuses
   <tfoot>
   <tr>
     <td></td>
-    <td><a class="crm-hover-button action-item" ng-click="newStatus()" href><i class="crm-i fa-plus"></i> {{ ts('New Status') }}</a></td>
+    <td><a class="crm-hover-button action-item" ng-click="newStatus()" href><i class="crm-i fa-plus"></i> {{:: ts('New Status') }}</a></td>
     <td></td>
   </tr>
   </tfoot>