CRM-15578 - Change table layouts to <crm-ui-field> directive. Remove <crm-ui-label...
[civicrm-core.git] / partials / crmMailing2 / field / recipients.html
index 3c3da6d1615de369d6aadde0786e138ab37bcc23..db427c58d0883e11da064bc1b0dfa3cb455d8e9c 100644 (file)
@@ -8,9 +8,9 @@ Required vars: mailing, crmMailingConst
       <a href="" ng-click="previewRecipients()">{{getRecipientsEstimate()}}</a>
     </div>
     <div>
-      <input name='dedupe_email' type='checkbox' ng-model='mailing.dedupe_email'  ng-true-value="1" ng-false-value="0" />
-      <label crm-ui-label crm-for='dedupe_email'>
-        Dedupe
+      <input name='dedupe_email' type='checkbox' ng-model='mailing.dedupe_email'  ng-true-value="1" ng-false-value="0" id="recipients-dedupe-email" />
+      <label for="recipients-dedupe-email">
+        {{ts('Dedupe')}}
       </label>
     </div>
   </div>
@@ -23,4 +23,4 @@ Required vars: mailing, crmMailingConst
           required
           multiple>
   </select>
-</div>
\ No newline at end of file
+</div>