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