From 24925751afb8dbf6a6680d217889e2d5fb2d0639 Mon Sep 17 00:00:00 2001 From: tanghucheng Date: Fri, 28 Jan 2022 16:26:00 +0800 Subject: [PATCH] * fix bug #19029. --- extension/lite/common/ext/lang/zh-cn/lite.php | 1 + 1 file changed, 1 insertion(+) diff --git a/extension/lite/common/ext/lang/zh-cn/lite.php b/extension/lite/common/ext/lang/zh-cn/lite.php index c791641024..d8f5860544 100644 --- a/extension/lite/common/ext/lang/zh-cn/lite.php +++ b/extension/lite/common/ext/lang/zh-cn/lite.php @@ -2,6 +2,7 @@ $lang->execution->common = '看板'; $lang->executionCommon = '看板'; $lang->task->common = '卡片'; +$lang->story->common = '目标'; /* Main Navigation. */ $lang->mainNav = new stdclass();