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