blob: e22f9fed9e36a3dd1368d828582ff3dd3f04f1de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?php
declare(strict_types=1);
use Fisharebest\Webtrees\I18N;
?>
<p>
<?= I18N::translate('Restrictions can be added to records and/or facts. They restrict who can view the data and who can edit it.') ?>
</p>
<p>
<?= I18N::translate('Note that if a user account is linked to a record, then that user will always be able to view that record.') ?>
</p>
|