xref: /webtrees/resources/views/help/restriction.phtml (revision dd6b2bfcc550270bb6d6778e11576148f71e4330)
1*dd6b2bfcSGreg Roach<?php use Fisharebest\Webtrees\I18N; ?>
2*dd6b2bfcSGreg Roach
3*dd6b2bfcSGreg Roach<p>
4*dd6b2bfcSGreg Roach    <?= I18N::translate('Restrictions can be added to records and/or facts. They restrict who can view the data and who can edit it.') ?>
5*dd6b2bfcSGreg Roach</p>
6*dd6b2bfcSGreg Roach<p>
7*dd6b2bfcSGreg 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.') ?>
8*dd6b2bfcSGreg Roach</p>
9