merge of missing commas in InOutBoard labels
This commit is contained in:
parent
a4c95d10b6
commit
3f7bffef88
1 changed files with 4 additions and 4 deletions
|
|
@ -215,13 +215,13 @@ sub view {
|
|||
-name=>"status",
|
||||
-value=>$status,
|
||||
-options=>$statusListHashRef,
|
||||
-label=>$i18n->get(5)
|
||||
-hoverHelp=>$i18n->get('5 description')
|
||||
-label=>$i18n->get(5),
|
||||
-hoverHelp=>$i18n->get('5 description'),
|
||||
);
|
||||
$f->text(
|
||||
-name=>"message",
|
||||
-label=>$i18n->get(6)
|
||||
-hoverHelp=>$i18n->get('6 description')
|
||||
-label=>$i18n->get(6),
|
||||
-hoverHelp=>$i18n->get('6 description'),
|
||||
);
|
||||
$f->hidden(
|
||||
-name=>"func",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue