EditRecipCtrl - Don't round recipient count
authorTim Otten <totten@civicrm.org>
Fri, 17 Apr 2015 00:47:40 +0000 (17:47 -0700)
committerTim Otten <totten@civicrm.org>
Fri, 17 Apr 2015 00:47:40 +0000 (17:47 -0700)
ang/crmMailing/EditRecipCtrl.js

index 84a0a37ce0610b0cb667b172ed013da8c27a06d7..3151a8d245558dc08e8b78884a73177e2cd39d62 100644 (file)
@@ -29,7 +29,7 @@
       if ($scope.recipients === 1) {
         return ts('~1 recipient');
       }
-      return ts('~%1 recipients', {1: CRM.sigfig($scope.recipients, 2)});
+      return ts('~%1 recipients', {1: $scope.recipients});
     };
 
     // We monitor four fields -- use debounce so that changes across the