mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-13 15:01:02 -08:00
21875100b6
Signed-off-by: snipe <snipe@snipe.net>
8 lines
270 B
PHP
8 lines
270 B
PHP
<?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.',
|
|
"token" => "This password reset token is invalid or expired.",
|
|
];
|