Fixing a typo
This commit is contained in:
parent
c688794c29
commit
980c195451
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ sub configurationForm {
|
|||
$f->yesNo(
|
||||
-name => $self->prepend('enabled'),
|
||||
-value => $self->enabled,
|
||||
-label => WebGUI::International->get('enable', 'Commerce'),
|
||||
-label => WebGUI::International::get('enable', 'Commerce'),
|
||||
);
|
||||
$f->raw($form);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue