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