fix(接口测试): 用例评审-创建/编辑用例评审-描述限制长度刚好200提示信息不准确-长度必须小于200

--bug=1027571 --user=白奇 【接口测试】github#25359,【测试跟踪】-用例评审-创建/编辑用例评审-描述限制长度刚好200提示信息不准确-长度必须小于200 https://www.tapd.cn/55049933/s/1389428
This commit is contained in:
baiqi 2023-07-05 09:41:56 +08:00 committed by 刘瑞斌
parent 6ce7c26f4f
commit 4ef50fc056
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ export default {
project: "Project",
save: "Save",
return: "Return",
length_less_than: "The length less than",
length_less_than: "Length must be less than or equal to",
recent_plan: "My recent plan",
recent_case: "My recent case",
recent_review: "My recent review",

View File

@ -16,7 +16,7 @@ export default {
project: "项目",
save: "保 存",
return: "返 回",
length_less_than: "长度必须小于",
length_less_than: "长度必须小于等于",
recent_plan: "我最近的计划",
recent_case: "我最近的用例",
recent_review: "我最近的评审",

View File

@ -16,7 +16,7 @@ export default {
project: "項目",
save: "保 存",
return: "返 回",
length_less_than: "長度必須小於",
length_less_than: "長度必須小於等于",
recent_plan: "我最近的計劃",
recent_case: "我最近的用例",
recent_review: "我最近的評審",