From: Tim Otten Date: Thu, 12 Feb 2015 22:26:52 +0000 (-0800) Subject: Cleanup X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=16f125922ed4c57fe70ab1c6a81865ed30a75631;p=civicrm-core.git Cleanup --- diff --git a/js/angular-crmMailing.js b/js/angular-crmMailing.js index 86ff87168e..68c351dd68 100644 --- a/js/angular-crmMailing.js +++ b/js/angular-crmMailing.js @@ -444,7 +444,7 @@ $scope.checkReplyToChange = function checkReplyToChange(mailing) { if (!_.isEmpty(mailing.replyto_email) && mailing.override_verp == '0') { mailing.override_verp = '1'; - changeAlert(ts('Reply-To'), ts('Track Replies')) + changeAlert(ts('Reply-To'), ts('Track Replies')); } }; $scope.checkVerpChange = function checkVerpChange(mailing) {