xref: /webtrees/resources/views/verify-failure-page.phtml (revision 08362db417156410ee02c6391bd9eb83a2df65fc)
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