1<?php 2 3declare(strict_types=1); 4 5use Fisharebest\Webtrees\I18N; 6 7?> 8 9<p> 10 <?= 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.') ?> 11</p> 12 13<p> 14 <?= 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.') ?> 15</p> 16 17<p> 18 <?= I18N::translate('This list is created using a simple (but fast) search, and therefore includes records that will not be updated.') ?> 19</p> 20