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

8 lines
145 B
PHP
Raw Normal View History

<?php
return [
2020-10-06 19:30:04 -07:00
'sent' => 'Your password link has been sent!',
'user' => 'No matching active user found with that email.',
];