RT#39586 Manual check refunds cannot be unapplied [nbsp]
[freeside.git] / httemplate / view / cust_main / payment_history / payment.html
index 8faed3c..f65c903 100644 (file)
@@ -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;
 }