Merge pull request #17283 from agh1/stop-icon-png
[civicrm-core.git] / ang / crmMailing / EditRecipOptionsDialogCtrl.html
index be5e2c2e5f138b623a8f9d16223aa7263b0a26eb..56faec438aa814e61bf00876a5069c1170702cd7 100644 (file)
@@ -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>