From 05c0819776b07425b2831cd31a8a0f4e7ac30c09 Mon Sep 17 00:00:00 2001 From: snipe Date: Fri, 11 Feb 2022 15:55:42 -0800 Subject: [PATCH] Updated language string Signed-off-by: snipe --- resources/lang/en/passwords.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en/passwords.php b/resources/lang/en/passwords.php index 6205ef774d92..4772940015a5 100644 --- a/resources/lang/en/passwords.php +++ b/resources/lang/en/passwords.php @@ -1,6 +1,6 @@ 'Your password link has been sent!', + 'sent' => 'Success: If that email address exists in our system, a password recovery email has been sent.', 'user' => 'No matching active user found with that email.', ];