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

7 lines
204 B
PHP
Raw Normal View History

2019-12-06 12:03:04 -08:00
<?php
return [
'sent' => 'Success: If that email address exists in our system, a password recovery email has been sent.',
2019-12-06 12:03:04 -08:00
'user' => 'No matching active user found with that email.',
];