docs(测试计划): 修改错误提示

This commit is contained in:
Jianguo-Genius 2024-07-22 16:48:56 +08:00 committed by 刘瑞斌
parent 313613722e
commit 9532269472
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
test_plan.test_plan=测试计划
unplanned.plan=未规划计划
test_plan.test_plan_group=测试计划组
test_plan.group.children.max=测试计划组下最多只能有{0}个子计划
test_plan.group.children.max=测试计划组下最多只能有{0}个子计划
test_plan.id.not_blank=测试计划id不能为空
test_plan.project_id.length_range=测试计划所属项目id长度过长
test_plan.project_id.not_blank=测试计划所属项目id不能为空

View File

@ -2,7 +2,7 @@ test_plan.test_plan=测试计划
unplanned.plan=未规划计划
test_plan.test_plan_group=测试计划组
test_plan.id.not_blank=测试计划id不能为空
test_plan.group.children.max=测试计划组下最多只能有{0}个子计划
test_plan.group.children.max=测试计划组下最多只能有{0}个子计划
test_plan.project_id.length_range=测试计划所属项目id长度过长
test_plan.project_id.not_blank=测试计划所属项目id不能为空
test_plan.module_id.not_blank=测试计划模块ID不能为空