Updated language

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2022-06-21 16:13:59 -07:00
parent 68150d11b7
commit de048e1009

View file

@ -1,7 +1,8 @@
<?php <?php
return [ return [
'sent' => 'If a user with a valid email address exists in our system, a password recovery email has been sent.', 'sent' => 'If a matching 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.', 'user' => 'If a matching 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, or does not match the username provided.',
'reset' => 'Your password has been reset!',
]; ];