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