mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 04:31:32 +00:00
use better text when no documents needs attention
This commit is contained in:
parent
15216ebd5a
commit
09d0a1defd
|
@ -100,7 +100,7 @@ class SeedDMS_View_WorkflowSummary extends SeedDMS_Bootstrap_Style {
|
|||
if (!$printheader) {
|
||||
echo "</tbody>\n</table>";
|
||||
} else {
|
||||
printMLText("no_docs_to_review");
|
||||
printMLText("no_docs_to_look_at");
|
||||
}
|
||||
|
||||
$this->contentContainerEnd();
|
||||
|
@ -155,7 +155,7 @@ class SeedDMS_View_WorkflowSummary extends SeedDMS_Bootstrap_Style {
|
|||
if (!$printheader) {
|
||||
echo "</tbody>\n</table>";
|
||||
}else{
|
||||
printMLText("empty_notify_list");
|
||||
printMLText("no_docs_to_look_at");
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user