xref: /webtrees/resources/views/emails/approve-user-html.phtml (revision d57fbc010dfdabfc1d0bde3ff8124ead6d490ae3)
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($site_url), e($site_url)) ?>
8</p>
9