mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 21:54:14 -08:00
Updated language
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
68150d11b7
commit
de048e1009
|
@ -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!',
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue