165cf5706SGreg Roach<?php 265cf5706SGreg Roach 3*10e06497SGreg Roachdeclare(strict_types=1); 4*10e06497SGreg Roach 57c2c99faSGreg Roachuse Fisharebest\Webtrees\Contracts\UserInterface; 665cf5706SGreg Roachuse Fisharebest\Webtrees\I18N; 765cf5706SGreg Roach 87c2c99faSGreg Roach/** 97c2c99faSGreg Roach * @var string $base_url 107c2c99faSGreg Roach * @var UserInterface $user 117c2c99faSGreg Roach */ 127c2c99faSGreg Roach 1365cf5706SGreg Roach?> 147c2c99faSGreg Roach<?= I18N::translate('Hello %s…', $user->realName()) ?> 15dd6b2bfcSGreg Roach 169b93b7c3SGreg Roach<?= 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) ?> 17