improve Thingy i18n
This commit is contained in:
parent
93ef776635
commit
13df5fb547
3 changed files with 85 additions and 60 deletions
|
|
@ -167,8 +167,8 @@ sub definition {
|
|||
tab=>"display",
|
||||
noFormPost=>0,
|
||||
namespace=>"Thingy",
|
||||
hoverHelp=>$i18n->get('templateId label description'),
|
||||
label=>$i18n->get('templateId label'),
|
||||
hoverHelp=>$i18n->get('thingy template description'),
|
||||
label=>$i18n->get('thingy template label'),
|
||||
},
|
||||
defaultThingId => {
|
||||
autoGenerate => 0,
|
||||
|
|
@ -439,7 +439,7 @@ where asset.state = "published"');
|
|||
label=>$i18n->get('default value label'),
|
||||
hoverHelp=>$i18n->get('default value description'),
|
||||
value=>$defaultValue,
|
||||
subtext=>'<br />'.$i18n->get(85),
|
||||
subtext=>'<br />'.$i18n->get('default value subtext'),
|
||||
width=>200,
|
||||
height=>60,
|
||||
resizable=>0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue