Merge pull request #17283 from agh1/stop-icon-png
[civicrm-core.git] / ang / crmMailing / EditRecipOptionsDialogCtrl.html
index 4c773b49644da0e7d9adb3d748b7c39039904d2d..56faec438aa814e61bf00876a5069c1170702cd7 100644 (file)
@@ -4,11 +4,11 @@
 
       <div crm-ui-field="{title: ts('Dedupe by email'), help: hs('dedupe_email')}" crm-layout="checkbox">
         <input
-          type='checkbox'
-          ng-model='model.mailing.dedupe_email'
+          type="checkbox"
+          ng-model="model.mailing.dedupe_email"
           ng-true-value="'1'"
           ng-false-value="'0'"
-          />
+          >
       </div>
 
       <div crm-ui-field="{name: 'editRecipOptionsForm.location_type_id', title: ts('Location Type')}">
@@ -18,7 +18,7 @@
           name="location_type_id"
           ng-model="model.mailing.location_type_id"
           >
-          <option value="">{{ts('Automatic')}}</option>
+          <option value="">{{:: ts('Automatic') }}</option>
           <option ng-repeat="locType in model.fields.location_type_id.options"
                   ng-value="locType.key">{{locType.value}}</option>
         </select>