Updated language string

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2022-02-11 15:55:42 -08:00
parent 16f963fa3d
commit 05c0819776

View file

@ -1,6 +1,6 @@
<?php
return [
'sent' => '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.',
];