mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-29 21:17:22 +00:00
fix some phrases
This commit is contained in:
parent
7e0cae0590
commit
b8632046b7
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user