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

8 lines
338 B
PHP
Raw Normal View History

<?php
return [
'sent' => 'If a user with a valid email address exists in our system, a password recovery email has been sent.',
'user' => 'If a user with a valid email address exists in our system, a password recovery email has been sent.',
"token" => "This password reset token is invalid or expired.",
];