mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 15:44:11 -08:00
8 lines
143 B
PHP
8 lines
143 B
PHP
<?php
|
||
|
||
return [
|
||
'sent' => '已发送您的密码链接 !',
|
||
'user' => 'No matching active user found with that email.',
|
||
];
|
||
|