i18n for the Cash pay driver
This commit is contained in:
parent
35e5b95fb6
commit
632c3d910c
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ sub getButton {
|
|||
|
||||
my $payForm = WebGUI::Form::formHeader($session)
|
||||
. $self->getDoFormTags('getCredentials')
|
||||
. WebGUI::Form::submit($session, {value => $i18n->echo('Cash') })
|
||||
. WebGUI::Form::submit($session, {value => $i18n->get('cash') })
|
||||
. WebGUI::Form::formFooter($session);
|
||||
|
||||
return $payForm;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue