mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
d4c53945d9
Signed-off-by: snipe <snipe@snipe.net>
8 lines
338 B
PHP
8 lines
338 B
PHP
<?php
|
|
|
|
return [
|
|
'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.",
|
|
];
|