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

10 lines
512 B
PHP
Raw Normal View History

2016-05-20 00:47:03 -07:00
<?php
return [
'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.',
'user' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.',
'token' => 'This password reset token is invalid, expired, or does not match the username provided.',
'reset' => 'Your password has been reset!',
'password_change' => 'Your password has been updated!',
2016-05-20 00:47:03 -07:00
];