找回必填报错词条

This commit is contained in:
pushuo 2022-08-22 23:19:36 +08:00
parent 8af086162f
commit 497d33a08d
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@
*/
return [
'error_required' => 'Please fill out the :name', // 这个有用别删了,:name 是一个变量
'error_required_name' => 'Please fill in your name',
'error_required_email' => 'Please enter your email',
'unauthenticated' => 'Please login first',

View File

@ -9,7 +9,7 @@
* @modified 2022-07-28 17:21:38
*/
return [
'index' => '123123',
'error_required' => '请填写 :name', // 这个有用别删了,:name 是一个变量
'error_required_name' => '请填写姓名',
'error_required_email' => '请填写邮箱',
'unauthenticated' => '请先登录',