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