diff --git a/views/bootstrap/class.MyDocuments.php b/views/bootstrap/class.MyDocuments.php
index 822f23534..cff5e9af7 100644
--- a/views/bootstrap/class.MyDocuments.php
+++ b/views/bootstrap/class.MyDocuments.php
@@ -708,18 +708,19 @@ $(document).ready( function() {
echo '
'.count($resArr).''.getMLText("documents_user_no_reception").'';
$resArr = $dms->getDocumentList('DraftOwner', $user);
echo ''.count($resArr).''.getMLText("documents_user_draft").'';
+ echo '';
+ $this->contentHeading(getMLText("documents_in_process"));
+ echo '';
$this->contentHeading(getMLText("tasks"));
echo '';
- $this->contentHeading(getMLText("misc"));
+ $this->contentHeading(getMLText("archive"));
echo '';
echo '';
echo '';