From 1d527672f29c54815e2584201a04156d5e10cb32 Mon Sep 17 00:00:00 2001 From: rasstislav Date: Wed, 24 Feb 2016 01:10:30 +0100 Subject: [PATCH] Update RepayForm.php --- code/form/RepayForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/form/RepayForm.php b/code/form/RepayForm.php index c448ba01..f332036b 100644 --- a/code/form/RepayForm.php +++ b/code/form/RepayForm.php @@ -73,7 +73,7 @@ public function createFields() { $paymentFields = CompositeField::create( new HeaderField(_t('CheckoutPage.PAYMENT',"Payment"), 3), - LiteralField::create('RepayLit', "

Process a payment for the oustanding amount: $outstanding

"), + LiteralField::create('RepayLit', "

"._t('AccountPage.OUTSTANDINGAMOUNTPROCESS',"Process a payment for the oustanding amount").": $outstanding

"), DropDownField::create( 'PaymentMethod', _t('CheckoutPage.SELECTPAYMENT',"Select Payment Method"),