fix: pc/mobile 成功经销商留言问题

This commit is contained in:
2025-06-21 14:05:57 +08:00
parent 967e6c20fe
commit 316b1561e3
5 changed files with 14 additions and 8 deletions

View File

@@ -22,6 +22,8 @@ return [
'公司地址不能超过:rule个字符' => 'Company Address cannot exceed :rule characters',
'企业规模不能为空' => 'Enterprise Size is required',
'企业规模不能超过:rule个字符' => 'Enterprise Size cannot exceed :rule characters',
'网址格式不正确' => 'URL format is incorrect',
'网址不能超过:rule个字符' => 'URL cannot exceed :rule characters',
'业务类型不能为空' => 'Type of Business is required',
'业务类型不能超过:rule个字符' => 'Type of Business cannot exceed :rule characters',
'公司/组织不能为空' => 'Company/Organization is required',