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('You have confirmed your request to become a registered user.') ?> 10 </p> 11 <p> 12 <?= 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.') ?> 13 </p> 14</div> 15