blob: 2785911bf750755d9c76e4558f9432e4a00dd240 (
plain)
1
2
3
4
5
6
|
<?php /** @var FreshRSS_View $this */ ?>
<?= _t('user.mailer.email_need_validation.welcome', $this->username) ?>
<?= _t('user.mailer.email_need_validation.body', $this->site_title) ?>
<?= $this->validation_url ?>
|