fisharebest/webtrees

View on GitHub
resources/views/verify-failure-page.phtml

Summary

Maintainability
Test Coverage
<?php

declare(strict_types=1);

use Fisharebest\Webtrees\I18N;

/**
 * @var string $title
 */

?>

<h2 class="wt-page-title">
    <?= $title ?>
</h2>

<div class="wt-page-content">
    <p>
        <?= I18N::translate('Could not verify the information you entered. Please try again or contact the site administrator for more information.') ?>
    </p>
</div>