snipe-it/resources/lang/en/passwords.php

12 lines
541 B
PHP
Raw Normal View History

<?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'
];