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