2016-05-20 00:47:03 -07:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
2022-03-03 22:21:44 -08:00
|
|
|
'sent' => 'Success: If that email address exists in our system, a password recovery email has been sent.',
|
2020-11-09 14:52:11 -08:00
|
|
|
'user' => '해당 이메일을 사용하는 활성 사용자를 찾을 수 없습니다.',
|
2016-05-20 00:47:03 -07:00
|
|
|
];
|