mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 21:54:14 -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
|
<?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.",
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue