fixed
This commit is contained in:
parent
7f9c404b9a
commit
e97e62d3e3
1 changed files with 2 additions and 2 deletions
|
|
@ -2195,8 +2195,8 @@ sub www_editEventMetaDataField {
|
|||
);
|
||||
$f->yesNo(
|
||||
-name => "autoSearch",
|
||||
-label => $i18n->('auto search'),
|
||||
-hoverHelp => $i18n->('auto search description'),
|
||||
-label => $i18n->get('auto search'),
|
||||
-hoverHelp => $i18n->get('auto search description'),
|
||||
-value => $data->{autoSearch},
|
||||
);
|
||||
my %hash;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue