docs(测试计划): 修改错误提示
This commit is contained in:
parent
313613722e
commit
9532269472
|
@ -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不能为空
|
||||
|
|
|
@ -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不能为空
|
||||
|
|
Loading…
Reference in New Issue