use international value for snippet form label
This commit is contained in:
parent
7a4563cc21
commit
d9da569600
1 changed files with 1 additions and 0 deletions
|
|
@ -86,6 +86,7 @@ sub getEditForm {
|
|||
my $tabform = $self->SUPER::getEditForm();
|
||||
$tabform->getTab("properties")->codearea(
|
||||
-name=>"snippet",
|
||||
-label=>WebGUI::International::get('snippet', 'Asset'),
|
||||
-label=>"Snippet",
|
||||
-value=>$self->getValue("snippet")
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue