CRM-15705 - Hover button cleanup
[civicrm-core.git] / partials / crmMailingAB / edit.html
index 3722ad98fed1fe0c9cb588c59ac000cd27cc4157..0553280a463ccf5b00cd142af6951fab62700c9d 100644 (file)
         <button
           crm-icon="trash"
           ng-disabled="block.check()"
-          crm-confirm="{title:ts('Delete Draft?'), message:ts('Are you sure you want to permanently delete this mailing?')}"
+          crm-confirm="{title:ts('Delete Draft'), message:ts('Are you sure you want to permanently delete this mailing?')}"
           on-yes="delete()">{{ts('Delete Draft')}}
         </button>
         <button crm-icon="disk" ng-disabled="block.check()" ng-click="save().then(leave) ">{{ts('Save Draft')}}</button>