Skip to content

Commit d9b9f5c

Browse files
authored
Merge pull request #140 from Stunc0/other-corrections
Spelling correction in mail.
2 parents 5ed4df0 + 533fc37 commit d9b9f5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

views/mail/passwordRecoveryMail.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
$resetLink = Yii::$app->urlManager->createAbsoluteUrl(['/user-management/auth/password-recovery-receive', 'token' => $user->confirmation_token]);
1111
?>
1212

13-
Hello <?= Html::encode($user->username) ?>, follow this link to reset yout password:
13+
Hello <?= Html::encode($user->username) ?>, follow this link to reset your password:
1414

1515
<?= Html::a('Reset password', $resetLink) ?>

0 commit comments

Comments
 (0)