Merge pull request #17283 from agh1/stop-icon-png
[civicrm-core.git] / ang / crmMailing / PreviewRecipCtrl.html
index 6eb6459aa1c4fb29cb78cd99230e35b087db3719..900beeb6de59cbcd25c81cc2c53008ea7d75855c 100644 (file)
@@ -9,17 +9,17 @@
 
     <p ng-show="model.sample.length == model.sampleLimit">{{ts('Below is a sample of the first %1 recipients.', {1: model.sampleLimit})}}</p>
 
-    <p>{{ts('If individual contacts are separately modified, added, or removed, then the final list may change.')}}</p>
+    <p>{{:: ts('If individual contacts are separately modified, added, or removed, then the final list may change.') }}</p>
   </div>
 
   <div ng-show="model.sample == 0">
-    {{ts('No recipients')}}
+    {{:: ts('No recipients') }}
   </div>
   <table ng-show="model.sample.length > 0">
     <thead>
       <tr>
-        <th>{{ts('Name')}}</th>
-        <th>{{ts('Email')}}</th>
+        <th>{{:: ts('Name') }}</th>
+        <th>{{:: ts('Email') }}</th>
       </tr>
     </thead>
     <tbody>