summaryrefslogtreecommitdiff
path: root/resources/views/emails/approve-user-html.php
blob: 1831e12d04b14375d4812b03b7e687ecc4be196e (plain)
1
2
3
4
5
6
7
8
<?php namespace Fisharebest\Webtrees; ?>
<p>
    <?= I18N::translate('Hello %s…', e($user->getRealName())) ?>
</p>

<p>
    <?= 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)) ?>
</p>