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