From 82996a13deffdca116f32174fa944296d08e7609 Mon Sep 17 00:00:00 2001 From: liyuchun <563917701@qq.com> Date: Mon, 29 Aug 2022 16:11:00 +0800 Subject: [PATCH] * Reduction code. --- module/task/lang/en.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/task/lang/en.php b/module/task/lang/en.php index 2dae04e98e..79586d4a6e 100755 --- a/module/task/lang/en.php +++ b/module/task/lang/en.php @@ -232,7 +232,7 @@ $lang->task->confirmFinish = '"Left Hour" is 0. Do you want to chang $lang->task->confirmRecord = '"Left Hour" is 0. Do you want to set the task as "Finished"?'; $lang->task->confirmTransfer = '"Left Hour" is 0,Do you want to transfer task?'; $lang->task->noticeTaskStart = '"Cost Hour" and "Left Hour" cannot be 0 at the same time.'; -$lang->task->noticeLinkStory = "No story has been lY29uZmlninked. You can %s for this project, then %s."; +$lang->task->noticeLinkStory = "No story has been linked. You can %s for this project, then %s."; $lang->task->noticeSaveRecord = 'Your Hour is not saved. Please save it first.'; $lang->task->commentActions = '%s. %s, commented by %s.'; $lang->task->deniedNotice = 'Only the %s can %s the task.';