fix typo in hoverHelp
This commit is contained in:
parent
0d9f860e28
commit
c3128c93e9
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ sub www_commitVersionTag {
|
|||
);
|
||||
$f->textarea(
|
||||
name=>"comments",
|
||||
label=>$i18n->get("comments")
|
||||
label=>$i18n->get("comments"),
|
||||
hoverHelp=>$i18n->get("comments description commit")
|
||||
);
|
||||
$f->submit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue