summaryrefslogtreecommitdiff
path: root/resources/views/verify-success-page.phtml
blob: 0004319ab0f5550de1150dd4bd79c580e42a2716 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php use Fisharebest\Webtrees\I18N; ?>

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

<div class="wt-page-content">
    <p>
        <?= I18N::translate('You have confirmed your request to become a registered user.') ?>
    </p>
    <p>
        <?= I18N::translate('The administrator has been informed. As soon as they give you permission to sign in, you can sign in with your username and password.') ?>
    </p>
</div>