fix more broken i18n
This commit is contained in:
parent
bd99485376
commit
71bfc31147
1 changed files with 2 additions and 2 deletions
|
|
@ -71,9 +71,9 @@ sub definition {
|
||||||
},
|
},
|
||||||
subject => {
|
subject => {
|
||||||
fieldType=>"text",
|
fieldType=>"text",
|
||||||
label=>$i18n->get("subject", 'Asset_DataForm'),
|
label=>$i18n->get("229", 'WebGUI'),
|
||||||
defaultValue=>'',
|
defaultValue=>'',
|
||||||
hoverHelp=>$i18n->get("subject help", 'Asset_DataForm'),
|
hoverHelp=>$i18n->get("229 description", 'WebGUI'),
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue