From d57b535abbbc810bd45322bd7fe591b666290f86 Mon Sep 17 00:00:00 2001 From: Wenrui LI Date: Mon, 24 Jan 2022 09:45:08 +0800 Subject: [PATCH] * fix execution customize notice. --- extension/lite/custom/ext/lang/zh-cn/lite.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/lite/custom/ext/lang/zh-cn/lite.php b/extension/lite/custom/ext/lang/zh-cn/lite.php index 3c49f2af55..187a52c066 100644 --- a/extension/lite/custom/ext/lang/zh-cn/lite.php +++ b/extension/lite/custom/ext/lang/zh-cn/lite.php @@ -1,7 +1,7 @@ custom->execution = '看板'; $lang->custom->closedExecution = '已关闭' . $lang->custom->execution; -$lang->custom->notice->readOnlyOfExecution = "禁止修改后,已关闭{$lang->custom->execution}下的任务、日志以及关联目标都禁止修改。"; +$lang->custom->notice->readOnlyOfExecution = "禁止修改后,已关闭{$lang->custom->execution}下的卡片、日志以及关联目标都禁止修改。"; $lang->custom->object = array(); $lang->custom->object['project'] = '项目';