Merge pull request #18692 from eileenmcnaughton/leak1
[civicrm-core.git] / ang / crmMailingAB / BlockSetup.html
index da9b4568efd5086f7747f89bc7da610b4d055780..d84c673f631f0a049f61560b93e3e522ee68de2c 100644 (file)
@@ -1,10 +1,10 @@
 <div class="crm-block" ng-form="setupForm" crm-ui-id-scope>
   <div class="crm-group">
     <div class="help" ng-if="fields.help">
-      {{ts('A/B testing allows you to send two test mailings to a random subset of your recipients. After collecting and comparing metrics, the more successful mailing will be sent to the remaining recipients.')}}
+      {{:: ts('A/B testing allows you to send two test mailings to a random subset of your recipients. After collecting and comparing metrics, the more successful mailing will be sent to the remaining recipients.') }}
     </div>
     <div crm-ui-field="{name: 'setupForm.abName', title: ts('Name'), help: hs('name')}" ng-if="fields.abName">
-      <input
+      <input type="text"
         crm-ui-id="setupForm.abName"
         name="abName"
         ng-model="abtest.ab.name"
       <div crm-mailing-radio-date="schedule" ng-model="abtest.mailings.a.scheduled_date">
           <div>
             <input ng-model="schedule.mode" type="radio" name="send" value="now" id="schedule-send-now"/>
-            <label for="schedule-send-now">{{ts('Send A/B test immediately')}}</label>
+            <label for="schedule-send-now">{{:: ts('Send A/B test immediately') }}</label>
           </div>
           <div>
             <input ng-model="schedule.mode" type="radio" name="send" value="at" id="schedule-send-at"/>
-            <label for="schedule-send-at">{{ts('Send A/B test at:')}}</label>
+            <label for="schedule-send-at">{{:: ts('Send A/B test at:') }}</label>
             <input crm-ui-datepicker ng-model="schedule.datetime"/>
           </div>
       </div>
       <div crm-mailing-radio-date="assessSched" ng-model="abtest.ab.declare_winning_time">
         <div>
           <input ng-model="assessSched.mode" type="radio" name="assess" value="now" id="schedule-assess-now"/>
-          <label for="schedule-assess-now">{{ts('Assess A/B results on an on-going basis')}}</label>
+          <label for="schedule-assess-now">{{:: ts('Assess A/B results on an on-going basis') }}</label>
         </div>
         <div>
           <input ng-model="assessSched.mode" type="radio" name="assess" value="at" id="schedule-assess-at"/>
-          <label for="schedule-assess-at">{{ts('Assess A/B test at:')}}</label>
+          <label for="schedule-assess-at">{{:: ts('Assess A/B test at:') }}</label>
           <input crm-ui-datepicker ng-model="assessSched.datetime"/>
         </div>
       </div>