Fix broken i18n in the ThingyRecord.
This commit is contained in:
parent
327efb2f1b
commit
6f830468d4
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ sub definition {
|
|||
fieldType => "text",
|
||||
customDrawMethod => 'drawEditFieldPrice',
|
||||
label => $i18n->get( 'fieldPrice label' ),
|
||||
hoverHelp => $i18n->get( 'fieldPrice hoverHelp '),
|
||||
hoverHelp => $i18n->get( 'fieldPrice description'),
|
||||
},
|
||||
duration => {
|
||||
tab => "properties",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue