Improve wording
This commit is contained in:
parent
15baf1817c
commit
286d723c42
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ if (isset($_POST['reset'], $_POST['email'])) {
|
|||
$emailReset = new Email($_POST['email'], 'Password reset link', $mjml);
|
||||
$emailReset->send();
|
||||
|
||||
$page->messages[] = Page::info('If we can find a match for this email address, a password reset link will be sent to it.', 'Info');
|
||||
$page->messages[] = Page::info('If I can find a match for this email address, a password reset link will be sent to it.', 'Info');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue