fix broken i18n
This commit is contained in:
parent
5548da29a3
commit
5c4b7ee0fa
2 changed files with 62 additions and 1 deletions
|
|
@ -1579,7 +1579,7 @@ sub www_editEvent {
|
|||
-value => $event->{approved},
|
||||
-name => 'approved',
|
||||
-label => $i18n->get('approve event'),
|
||||
-hoverHelp => $i18n->get('you can approve events so you can submit events already approved or directly edit approval of events')
|
||||
-hoverHelp => $i18n->get('approve event description')
|
||||
);
|
||||
} else {
|
||||
$f->hidden(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue