fixed intl bug
This commit is contained in:
parent
f87c909825
commit
169d94b00a
1 changed files with 1 additions and 1 deletions
|
|
@ -260,7 +260,7 @@ sub www_editProject {
|
||||||
-label => $i18n->get('edit project resource label')
|
-label => $i18n->get('edit project resource label')
|
||||||
);
|
);
|
||||||
|
|
||||||
return $f->print;
|
return return $ac->render($f->print,$i18n->get("edit project screen label"));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue