diff options
Diffstat (limited to 'httemplate/view/cust_main/payment_history/payment.html')
-rw-r--r-- | httemplate/view/cust_main/payment_history/payment.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/view/cust_main/payment_history/payment.html b/httemplate/view/cust_main/payment_history/payment.html index 8faed3ca7..f65c903ba 100644 --- a/httemplate/view/cust_main/payment_history/payment.html +++ b/httemplate/view/cust_main/payment_history/payment.html @@ -103,7 +103,7 @@ if ($unapplied > 0) { if ( $opt{total_unapplied_refunds} > 0 ) { $apply.= ' ('. include( '/elements/popup_link.html', - 'label' => emt('apply refund'), + 'label' => emt('apply').' '.emt('refund'), 'action' => "${p}edit/cust_pay_refund.cgi?". $cust_pay->paynum, 'actionlabel' => emt('Apply payment to refund'), @@ -207,7 +207,7 @@ if ($opt{'Unapply payment'} && !$cust_pay->closed) { $unapply .= areyousure_link("${p}misc/unapply-cust_pay_refund.cgi?".$cust_pay->paynum, emt('Are you sure you want to unapply this payment from refunds?'), emt('Keep this payment, but dissociate it from the refunds it is currently applied to'), - emt('unapply refunds') + emt('unapply').' '.emt('refunds') ) if $cust_pay->refund_to_unapply; } |