diff --git a/views/bootstrap/class.AddDocument.php b/views/bootstrap/class.AddDocument.php
index c67683c1b..da18fce2d 100644
--- a/views/bootstrap/class.AddDocument.php
+++ b/views/bootstrap/class.AddDocument.php
@@ -699,7 +699,7 @@ $(document).ready(function() {
?>
- contentSubHeading(getMLText("assign_recipents")); ?>
+ contentSubHeading(getMLText("assign_recipients")); ?>
|
diff --git a/views/bootstrap/class.CheckInDocument.php b/views/bootstrap/class.CheckInDocument.php
index 43beb2b9a..49380a4f2 100644
--- a/views/bootstrap/class.CheckInDocument.php
+++ b/views/bootstrap/class.CheckInDocument.php
@@ -572,7 +572,7 @@ $(document).ready(function() {
?>
- contentSubHeading(getMLText("assign_recipents")); ?>
+ contentSubHeading(getMLText("assign_recipients")); ?>
|
diff --git a/views/bootstrap/class.MyDocuments.php b/views/bootstrap/class.MyDocuments.php
index ce761883f..de74dc8bb 100644
--- a/views/bootstrap/class.MyDocuments.php
+++ b/views/bootstrap/class.MyDocuments.php
@@ -264,7 +264,7 @@ $(document).ready( function() {
exit;
}
- $this->contentHeading(getMLText("documents_user_reception"));
+ $this->contentHeading(getMLText("documents_user_no_reception"));
if($resArr) {
$this->printList($resArr, $previewer, 'listNoReceiveOwner');
}