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