wip
This commit is contained in:
@ -13,17 +13,17 @@
|
||||
* @var \Da\User\Model\Token
|
||||
*/
|
||||
?>
|
||||
<?= Yii::t('user', 'Hello') ?>,
|
||||
<?= Yii::t('usuario', 'Hello') ?>,
|
||||
|
||||
<?= Yii::t(
|
||||
'user',
|
||||
'usuario',
|
||||
'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') ?>.
|
||||
<?= Yii::t('usuario', '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('usuario', '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') ?>.
|
||||
<?= Yii::t('usuario', 'If you did not make this request you can ignore this email') ?>.
|
||||
|
||||
Reference in New Issue
Block a user