Fix broken labels found by i18n/label.t
This commit is contained in:
parent
9d0894b674
commit
32346771c6
5 changed files with 15 additions and 6 deletions
|
|
@ -50,9 +50,9 @@ sub definition {
|
|||
my $class = shift;
|
||||
my $session = shift;
|
||||
my $definition = shift;
|
||||
my $i18n = WebGUI::International->new($session, "Asset_Event");
|
||||
my $i18n = WebGUI::International->new($session, "Workflow_Activity_TrashExpiredEvents");
|
||||
push(@{$definition}, {
|
||||
name=>$i18n->get("trash expired events"),
|
||||
name=>$i18n->get("activityName"),
|
||||
properties=> {
|
||||
trashAfter => {
|
||||
fieldType=>"interval",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue