From db08602fd29943e2dcb6fe3601cdf4a7f1c8fa23 Mon Sep 17 00:00:00 2001 From: songchenxuan <1097180981@qq.com> Date: Wed, 30 Aug 2023 11:58:50 +0800 Subject: [PATCH] * Fix bug #37780. --- module/metric/lang/zh-cn.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/metric/lang/zh-cn.php b/module/metric/lang/zh-cn.php index 9040f1ab88..534d48e8b4 100755 --- a/module/metric/lang/zh-cn.php +++ b/module/metric/lang/zh-cn.php @@ -1,12 +1,12 @@ metric->common = "度量项"; -$lang->metric->name = "度量名称"; +$lang->metric->name = "度量项名称"; $lang->metric->stage = "阶段"; $lang->metric->scope = "度量范围"; $lang->metric->object = "度量对象"; $lang->metric->purpose = "度量目的"; $lang->metric->unit = "度量单位"; -$lang->metric->code = "度量代号"; +$lang->metric->code = "度量项代号"; $lang->metric->desc = "度量项描述"; $lang->metric->definition = "定义"; $lang->metric->formula = "计算规则";