xref: /webtrees/resources/views/verify-failure-page.phtml (revision 9f9acdbc09170c04c1e150c36ee57d49027e314a)
1<?php
2
3use Fisharebest\Webtrees\I18N;
4
5?>
6
7<h2 class="wt-page-title">
8    <?= $title ?>
9</h2>
10
11<div class="wt-page-content">
12    <p>
13        <?= I18N::translate('Could not verify the information you entered. Please try again or contact the site administrator for more information.') ?>
14    </p>
15</div>
16