fix some phrases

This commit is contained in:
Uwe Steinmann 2018-01-21 13:58:49 +01:00
parent 7e0cae0590
commit b8632046b7
3 changed files with 3 additions and 3 deletions

View File

@ -699,7 +699,7 @@ $(document).ready(function() {
?>
<tr>
<td colspan="2">
<?php $this->contentSubHeading(getMLText("assign_recipents")); ?>
<?php $this->contentSubHeading(getMLText("assign_recipients")); ?>
</td>
</tr>
<tr>

View File

@ -572,7 +572,7 @@ $(document).ready(function() {
?>
<tr>
<td colspan="2">
<?php $this->contentSubHeading(getMLText("assign_recipents")); ?>
<?php $this->contentSubHeading(getMLText("assign_recipients")); ?>
</td>
</tr>
<tr>

View File

@ -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');
}