xref: /webtrees/resources/views/verify-success-page.phtml (revision 5e933c21f8006e675d1df8bcedc634ee61f4aec2)
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('You have confirmed your request to become a registered user.') ?>
14    </p>
15    <p>
16        <?= 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.') ?>
17    </p>
18</div>
19