xref: /webtrees/resources/views/emails/message-user-text.phtml (revision 1d1f373cc23093682b1736881f66a527f62ccc46)
1<?php use Fisharebest\Webtrees\I18N; ?>
2<?= I18N::translate('Hello %s…', $recipient->realName()) ?>
3
4<?= /* I18N: %s is a person's name */ I18N::translate('%s sent you the following message.', $sender->realName()) ?>
5
6------------------------------------------------------------
7<?= $message ?>
8
9------------------------------------------------------------
10
11<?php if ($url !== '') : ?>
12<?= I18N::translate('This message was sent while viewing the following URL: ') ?>
13<?= $url ?>
14<?php endif ?>
15