Skip to content

Commit

Permalink
Translate two string in AdditionalPayment form
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwire committed Oct 22, 2019
1 parent c272c8e commit 85f5ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Contribute/Form/AdditionalPayment.php
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ public function buildQuickForm() {
$this->addRule('net_amount', ts('Please enter a valid monetary value for Net Amount.'), 'money');
}

$buttonName = $this->_refund ? 'Record Refund' : 'Record Payment';
$buttonName = $this->_refund ? ts('Record Refund') : ts('Record Payment');
$this->addButtons([
[
'type' => 'upload',
Expand Down

0 comments on commit 85f5ffa

Please sign in to comment.