Improve wording

This commit is contained in:
Jay Trees 2022-03-01 11:37:05 +01:00
parent 15baf1817c
commit 286d723c42

View file

@ -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');
}
}