From 286d723c42c16ec31d2d20d4820bd57a07d3c6f4 Mon Sep 17 00:00:00 2001 From: Jay Trees Date: Tue, 1 Mar 2022 11:37:05 +0100 Subject: [PATCH] Improve wording --- src/pages/login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/login.php b/src/pages/login.php index 4b5f85dd..a4b92083 100644 --- a/src/pages/login.php +++ b/src/pages/login.php @@ -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'); } }