docs and i18n for event image
This commit is contained in:
parent
712efa3e18
commit
ef15ac0067
3 changed files with 24 additions and 5 deletions
|
|
@ -1628,11 +1628,11 @@ sub www_editEvent {
|
|||
);
|
||||
|
||||
$f->image(
|
||||
-name => "image",
|
||||
-label => "Event Image",
|
||||
-hoverHelp => "An image representing your event for display to site visitors.",
|
||||
-value => $storageId
|
||||
);
|
||||
-name => "image",
|
||||
-hoverHelp => $i18n->get('add/edit event image description'),
|
||||
-label => $i18n->get('add/edit event image description')
|
||||
-value => $storageId
|
||||
);
|
||||
|
||||
$f->float(
|
||||
-name => "price",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue