7 lines
153 B
PHP
7 lines
153 B
PHP
<?php
|
|
|
|
return [
|
|
'sent' => '已發送您的密碼連結!',
|
|
'user' => '該使用者不存在或沒有關聯的電子郵件地址',
|
|
];
|
|
|