ucfirst the name as it comes back from i18n in our Form::Cancel control
This commit is contained in:
parent
15e71bf39b
commit
b8923426e2
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ sub new {
|
|||
};
|
||||
|
||||
$package->SUPER::new( $session,
|
||||
value => $i18n->get('cancel'),
|
||||
value => ucfirst( $i18n->get('cancel') ),
|
||||
extras => qq{onclick="javascript: $cancelJS" class="backwardButton"},
|
||||
@_,
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue