mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-14 01:24:06 -08:00
11 lines
375 B
PHP
11 lines
375 B
PHP
<?php
|
|
|
|
return [
|
|
'sent' => 'Your password link has been sent!',
|
|
'user' => 'No matching active user found with that email.',
|
|
'token' => 'The password reset token you have provided is invalid',
|
|
'password' => 'Passwords must be at least six characters and match the confirmation.',
|
|
'reset' => 'Your password has been reset'
|
|
];
|
|
|