Files
yii2-usuario/lib/User/resources/views/mail/text/reconfirmation.php
Antonio Ramirez 1ebe58d2ce fix views
2016-12-11 00:56:05 +01:00

20 lines
520 B
PHP

<?php
/**
* @var \Da\User\Model\Token $token
*/
?>
<?= Yii::t('user', 'Hello') ?>,
<?= Yii::t(
'user',
'We have received a request to change the email address for your account on {0}',
Yii::$app->name
) ?>.
<?= Yii::t('user', 'In order to complete your request, please click the link below') ?>.
<?= $token->url ?>
<?= Yii::t('user', 'If you cannot click the link, please try pasting the text into your browser') ?>.
<?= Yii::t('user', 'If you did not make this request you can ignore this email') ?>.