diff --git a/frontend/src/views/test-plan/testPlan/locale/en-US.ts b/frontend/src/views/test-plan/testPlan/locale/en-US.ts index 655788f38f..53f40da1d6 100644 --- a/frontend/src/views/test-plan/testPlan/locale/en-US.ts +++ b/frontend/src/views/test-plan/testPlan/locale/en-US.ts @@ -59,7 +59,7 @@ export default { 'testPlan.testPlanIndex.inFreeTime': 'In free time', 'testPlan.testPlanIndex.defaultEnv': 'Default Environment', 'testPlan.testPlanIndex.newEnv': 'New Environment', - 'testPlan.testPlanIndex.executionProgress': 'Execution progress', + 'testPlan.testPlanIndex.executionProgress': 'Execution completion rate', 'testPlan.testPlanIndex.threshold': 'threshold', 'testPlan.testPlanIndex.TotalCases': 'Total use cases', 'testPlan.testPlanIndex.functionalUseCase': 'case', diff --git a/frontend/src/views/test-plan/testPlan/locale/zh-CN.ts b/frontend/src/views/test-plan/testPlan/locale/zh-CN.ts index 43d39558e8..fd30b97c54 100644 --- a/frontend/src/views/test-plan/testPlan/locale/zh-CN.ts +++ b/frontend/src/views/test-plan/testPlan/locale/zh-CN.ts @@ -56,7 +56,7 @@ export default { 'testPlan.testPlanIndex.inFreeTime': '空闲中', 'testPlan.testPlanIndex.defaultEnv': '默认环境', 'testPlan.testPlanIndex.newEnv': '新环境', - 'testPlan.testPlanIndex.executionProgress': '执行进度', + 'testPlan.testPlanIndex.executionProgress': '执行完成率', 'testPlan.testPlanIndex.threshold': '通过阈值', 'testPlan.testPlanIndex.TotalCases': '用例总数', 'testPlan.testPlanIndex.functionalUseCase': '功能用例',