Unified label and name in i18n, since they'll always be the same.
This commit is contained in:
parent
fa23a75c39
commit
6c5d728730
2 changed files with 3 additions and 6 deletions
|
|
@ -115,7 +115,7 @@ sub getButton {
|
|||
my $payForm
|
||||
= WebGUI::Form::formHeader($session)
|
||||
. $self->getDoFormTags('sendToPayPal')
|
||||
. WebGUI::Form::submit( $session, { value => $self->get('label') } )
|
||||
. WebGUI::Form::submit( $session, { value => $self->get('name') } )
|
||||
. WebGUI::Form::formFooter($session);
|
||||
|
||||
return $payForm;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue