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