mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
display translation of no_docs_expired instead of key
This commit is contained in:
parent
7c18872531
commit
00e6efed58
|
@ -90,7 +90,7 @@ class SeedDMS_View_ExpiredDocuments extends SeedDMS_Bootstrap_Style {
|
|||
}
|
||||
print "</tbody></table>";
|
||||
}
|
||||
else $this->infoMsg("no_docs_expired");
|
||||
else $this->infoMsg(getMLText("no_docs_expired"));
|
||||
|
||||
// $this->contentContainerEnd();
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user