Make the strings match

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2022-06-21 18:48:22 -07:00
parent a31bca1798
commit 2f258a3e3d

View file

@ -14,11 +14,8 @@ return array(
*/
"password" => "Passwords must be six characters and match the confirmation.",
"user" => "Username or email address is incorrect",
"token" => 'This password reset token is invalid or expired, or does not match the username provided.',
"sent" => "If a matching email address was found, a password reminder has been sent!",
'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.',
);