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