From d4c53945d9be8004847542f1e78fe8c0874a9b36 Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 21 Jun 2022 14:19:49 -0700 Subject: [PATCH] Tweaked language Signed-off-by: snipe --- resources/lang/en/passwords.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/en/passwords.php b/resources/lang/en/passwords.php index 3491f37b70..00ca7d3015 100644 --- a/resources/lang/en/passwords.php +++ b/resources/lang/en/passwords.php @@ -1,7 +1,7 @@ 'If that email address exists in our system, a password recovery email has been sent.', - 'user' => 'No matching active user found with that email.', + 'sent' => 'If a user with a valid email address exists in our system, a password recovery email has been sent.', + 'user' => 'If a user with a valid email address exists in our system, a password recovery email has been sent.', "token" => "This password reset token is invalid or expired.", ];