xref: /webtrees/resources/views/emails/approve-user-text.phtml (revision 2adcbd9abb8c46fec6ee23c7f719f34dd6b5451d)
1<?php use Fisharebest\Webtrees\I18N; ?>
2?= I18N::translate('Hello %s…', e($user->realName())) ?>
3
4<?= 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', $site_url, $site_url) ?>
5