display translation of no_docs_expired instead of key

This commit is contained in:
Uwe Steinmann 2021-03-15 10:12:41 +01:00
parent 7c18872531
commit 00e6efed58

View File

@ -90,7 +90,7 @@ class SeedDMS_View_ExpiredDocuments extends SeedDMS_Bootstrap_Style {
} }
print "</tbody></table>"; print "</tbody></table>";
} }
else $this->infoMsg("no_docs_expired"); else $this->infoMsg(getMLText("no_docs_expired"));
// $this->contentContainerEnd(); // $this->contentContainerEnd();