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