wip
This commit is contained in:
@ -20,29 +20,29 @@ use yii\helpers\Html;
|
||||
|
||||
?>
|
||||
<p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.6; font-weight: normal; margin: 0 0 10px; padding: 0;">
|
||||
<?= Yii::t('user', 'Hello') ?>,
|
||||
<?= Yii::t('usuario', 'Hello') ?>,
|
||||
</p>
|
||||
|
||||
<p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.6; font-weight: normal; margin: 0 0 10px; padding: 0;">
|
||||
<?= Yii::t('user', 'Your account on {0} has been created', Yii::$app->name) ?>.
|
||||
<?= Yii::t('usuario', 'Your account on {0} has been created', Yii::$app->name) ?>.
|
||||
<?php if ($showPassword || $module->generatePasswords): ?>
|
||||
<?= Yii::t('user', 'We have generated a password for you') ?>: <strong><?= $user->password ?></strong>
|
||||
<?= Yii::t('usuario', 'We have generated a password for you') ?>: <strong><?= $user->password ?></strong>
|
||||
<?php endif ?>
|
||||
|
||||
</p>
|
||||
|
||||
<?php if ($token !== null): ?>
|
||||
<p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.6; font-weight: normal; margin: 0 0 10px; padding: 0;">
|
||||
<?= Yii::t('user', 'In order to complete your registration, please click the link below') ?>.
|
||||
<?= Yii::t('usuario', 'In order to complete your registration, please click the link below') ?>.
|
||||
</p>
|
||||
<p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.6; font-weight: normal; margin: 0 0 10px; padding: 0;">
|
||||
<?= Html::a(Html::encode($token->url), $token->url); ?>
|
||||
</p>
|
||||
<p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.6; font-weight: normal; margin: 0 0 10px; padding: 0;">
|
||||
<?= 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') ?>.
|
||||
</p>
|
||||
<?php endif ?>
|
||||
|
||||
<p style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.6; font-weight: normal; margin: 0 0 10px; padding: 0;">
|
||||
<?= 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') ?>.
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user