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