snipe-it/resources/lang/en/passwords.php
snipe af2e407543 Normalize array format in en language to the new shitty way
Signed-off-by: snipe <snipe@snipe.net>
2022-01-13 21:30:35 -08:00

7 lines
149 B
PHP

<?php
return array(
'sent' => 'Your password link has been sent!',
'user' => 'No matching active user found with that email.',
);