1<?php use Fisharebest\Webtrees\I18N; ?> 2<p> 3 <?= I18N::translate('Hello %s…', e($user->getRealName())) ?> 4</p> 5 6<p> 7 <?= 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', e(WT_BASE_URL), e(WT_BASE_URL)) ?> 8</p> 9