From d78d2cc3efaf911e8f2da6514d85f987134ef11e Mon Sep 17 00:00:00 2001 From: Yagami <976204163@qq.com> Date: Wed, 28 Jul 2021 14:44:48 +0800 Subject: [PATCH] * Fix task #40454. --- module/report/lang/zh-cn.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/report/lang/zh-cn.php b/module/report/lang/zh-cn.php index 46ff54dbaa..8ae2b06d61 100644 --- a/module/report/lang/zh-cn.php +++ b/module/report/lang/zh-cn.php @@ -63,7 +63,7 @@ $lang->reportList->test->lists[13] = 'Bug指派表|report|bugassign'; $lang->reportList->staff->lists[10] = '员工负载表|report|workload'; $lang->report->id = '编号'; -$lang->report->execution = $lang->executionCommon; +$lang->report->execution = '执行'; $lang->report->product = $lang->productCommon; $lang->report->user = '姓名'; $lang->report->bugTotal = 'Bug';