mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
Tweaked language
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
21875100b6
commit
d4c53945d9
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'sent' => 'If that email address exists in our system, a password recovery email has been sent.',
|
||||
'user' => 'No matching active user found with that email.',
|
||||
'sent' => 'If a 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.',
|
||||
"token" => "This password reset token is invalid or expired.",
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue