Tweaked language

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2022-06-21 14:19:49 -07:00
parent 21875100b6
commit d4c53945d9

View file

@ -1,7 +1,7 @@
<?php <?php
return [ return [
'sent' => 'If that email address exists in our system, a password recovery email has been sent.', 'sent' => 'If a user with a valid email address exists in our system, a password recovery email has been sent.',
'user' => 'No matching active user found with that email.', '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.", "token" => "This password reset token is invalid or expired.",
]; ];