diff --git a/CRM/Financial/Form/BatchTransaction.php b/CRM/Financial/Form/BatchTransaction.php index 4742c1443a8a..8eb3c8b43ea9 100644 --- a/CRM/Financial/Form/BatchTransaction.php +++ b/CRM/Financial/Form/BatchTransaction.php @@ -76,10 +76,10 @@ public function preProcess() { 'status' => ts('Status'), 'description' => ts('Description'), 'payment_instrument' => ts('Payment Method'), - 'item_count' => ts('Total Batch Count'), - 'assigned_item_count' => ts('Actual Batch Count'), - 'total' => ts('Batch Total Amount'), - 'assigned_total' => ts('Actual Batch Total Amount'), + 'item_count' => ts('Expected Number of Items'), + 'assigned_item_count' => ts('Actual Number of Items'), + 'total' => ts('Expected Total Amount'), + 'assigned_total' => ts('Actual Total Amount'), 'opened_date' => ts('Opened'), ); $this->assign('columnHeaders', $columnHeaders);