xref: /webtrees/resources/views/emails/approve-user-html.phtml (revision 379e735bf03b2ef02d2bf328828aaefcfc3d572a)
1<?php use Fisharebest\Webtrees\I18N; ?>
2<p>
3    <?= I18N::translate('Hello %s…', e($user->realName())) ?>
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($base_url), e($base_url)) ?>
8</p>
9