snipe-it/resources/lang/en/passwords.php
2020-10-08 18:43:06 -07:00

12 lines
541 B
PHP

<?php
return [
'sent' => 'If a matching username and email address is found, a password reset link will be sent!',
'user' => 'No matching active user found with that email.',
'user_inactive' => 'If that email address exists in our system, a password recovery email has been sent.',
'token' => 'The password reset token you have provided is invalid',
'password' => 'Passwords must be at least eight characters and match the confirmation.',
'reset' => 'Your password has been reset'
];