xref: /webtrees/resources/views/emails/approve-user-html.phtml (revision 8d0ebef0d075981bd943e8256e2c81a3b1e92b4b)
1<?php use Fisharebest\Webtrees\I18N; ?>
2<p>
3    <?= I18N::translate('Hello %s…', e($user->getRealName())) ?>
4</p>
5
6<p>
7    <?= I18N::translate('The administrator at the webtrees site %s has approved your application for an account. You may now sign in by accessing the following link: %s', e(WT_BASE_URL), e(WT_BASE_URL)) ?>
8</p>
9