We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ed4df0 + 533fc37 commit d9b9f5cCopy full SHA for d9b9f5c
1 file changed
views/mail/passwordRecoveryMail.php
@@ -10,6 +10,6 @@
10
$resetLink = Yii::$app->urlManager->createAbsoluteUrl(['/user-management/auth/password-recovery-receive', 'token' => $user->confirmation_token]);
11
?>
12
13
-Hello <?= Html::encode($user->username) ?>, follow this link to reset yout password:
+Hello <?= Html::encode($user->username) ?>, follow this link to reset your password:
14
15
<?= Html::a('Reset password', $resetLink) ?>
0 commit comments