fix Form i18n labels
This commit is contained in:
parent
5c66da33c7
commit
e4a4ecd342
2 changed files with 3 additions and 3 deletions
|
|
@ -91,7 +91,7 @@ Returns the human readable name or type of this form control.
|
|||
=cut
|
||||
|
||||
sub getName {
|
||||
return WebGUI::International::get("template","Asset_Template");
|
||||
return WebGUI::International::get("assetName","Asset_Template");
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -138,8 +138,8 @@ our $I18N = {
|
|||
},
|
||||
|
||||
'float' => {
|
||||
message => q|Decimal|,
|
||||
lastUpdated => 1089039511
|
||||
message => q|Number (Decimal)|,
|
||||
lastUpdated => 1132097171
|
||||
},
|
||||
|
||||
'948' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue