xref: /webtrees/resources/views/emails/approve-user-text.phtml (revision 9f9acdbc09170c04c1e150c36ee57d49027e314a)
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