fix bad hoverhelp and labels in WeatherData asset
This commit is contained in:
parent
898fcc91d4
commit
f4a7c0488e
2 changed files with 5 additions and 4 deletions
|
|
@ -49,16 +49,16 @@ sub definition {
|
|||
fieldType => "text",
|
||||
tab => "properties",
|
||||
defaultValue => undef,
|
||||
hoverHelp => "partnerId help",
|
||||
label => "partnerId",
|
||||
hoverHelp => $i18n->get("partnerId help"),
|
||||
label => $i18n->get("partnerId"),
|
||||
subtext => '<a href="http://www.weather.com/services/xmloap.html">'.$i18n->get("you need a weather.com key").'</a>',
|
||||
},
|
||||
licenseKey => {
|
||||
fieldType => "text",
|
||||
tab => "properties",
|
||||
defaultValue => undef,
|
||||
hoverHelp => "licenseKey help",
|
||||
label => "licenseKey",
|
||||
hoverHelp => $i18n->get("licenseKey help"),
|
||||
label => $i18n->get("licenseKey"),
|
||||
},
|
||||
templateId =>{
|
||||
fieldType=>"template",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue