xref: /webtrees/resources/views/help/data-fixes.phtml (revision 10e0649788c8d7d4974d81c048ca2b225df8f22e)
13de8af15SGreg Roach<?php
23de8af15SGreg Roach
3*10e06497SGreg Roachdeclare(strict_types=1);
4*10e06497SGreg Roach
53de8af15SGreg Roachuse Fisharebest\Webtrees\I18N;
63de8af15SGreg Roach
73de8af15SGreg Roach?>
83de8af15SGreg Roach
93de8af15SGreg Roach<p>
103de8af15SGreg Roach    <?= I18N::translate('Data fixes can require lots of slow calculations, so it is not possible to create an exact list of records that need to be updated.') ?>
113de8af15SGreg Roach</p>
123de8af15SGreg Roach
133de8af15SGreg Roach<p>
143de8af15SGreg Roach    <?= I18N::translate('For example, we can quickly find individuals that do not have a death event, but it is much slower to calculate if the individual is dead.') ?>
153de8af15SGreg Roach</p>
163de8af15SGreg Roach
173de8af15SGreg Roach<p>
183de8af15SGreg Roach    <?= I18N::translate('This list is created using a simple (but fast) search, and therefore includes records that will not be updated.') ?>
193de8af15SGreg Roach</p>
20