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

8 lines
145 B
PHP
Raw Normal View History

<?php
return [
'sent' => 'Your password link has been sent!',
2018-08-14 18:11:32 -07:00
'user' => 'No matching active user found with that email.',
];