mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
replace phrase 'documents_to_check' by 'documents_to_process'
This commit is contained in:
parent
65ce04d175
commit
2e6511ebec
|
@ -470,7 +470,7 @@ class SeedDMS_View_MyDocuments extends SeedDMS_Bootstrap_Style {
|
|||
}
|
||||
|
||||
// List the documents where a review has been requested.
|
||||
$this->contentHeading(getMLText("documents_to_check"));
|
||||
$this->contentHeading(getMLText("documents_to_process"));
|
||||
$this->contentContainerStart();
|
||||
$printheader=true;
|
||||
$iRev = array();
|
||||
|
|
Loading…
Reference in New Issue
Block a user