fix broken i18n labels and add i18n labels to Matrix
This commit is contained in:
parent
75acc465b0
commit
01dcd2b416
6 changed files with 90 additions and 19 deletions
|
|
@ -177,7 +177,7 @@ sub www_export {
|
|||
-value=>$session{config}{uploadsURL}
|
||||
);
|
||||
$f->submit;
|
||||
$self->getAdminConsole->render($self->checkExportPath.$f->print,WebGUI::International::get('Export Page'),"Asset");
|
||||
$self->getAdminConsole->render($self->checkExportPath.$f->print,WebGUI::International::get('Export Page',"Asset"));
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue