Skip to content

Commit

Permalink
Replace & to and in button label
Browse files Browse the repository at this point in the history
  • Loading branch information
pradpnayak committed Sep 8, 2020
1 parent 1e6dcc0 commit 9fb9f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Financial/Form/BatchTransaction.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public function buildQuickForm() {
if (CRM_Batch_BAO_Batch::checkBatchPermission('close', $this->_values['created_id'])) {
$this->add('submit', 'close_batch', ts('Close Batch'));
if (CRM_Batch_BAO_Batch::checkBatchPermission('export', $this->_values['created_id'])) {
$this->add('submit', 'export_batch', ts('Close & Export Batch'));
$this->add('submit', 'export_batch', ts('Close and Export Batch'));
}
}

Expand Down

0 comments on commit 9fb9f41

Please sign in to comment.