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