From 8d877ea73179364ad9c3a4b0b5292b291d1987a1 Mon Sep 17 00:00:00 2001 From: xieqiyu Date: Wed, 6 Apr 2022 17:21:02 +0800 Subject: [PATCH] * Fix bug#18689. --- module/my/lang/en.php | 2 +- module/my/lang/zh-cn.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module/my/lang/en.php b/module/my/lang/en.php index b42080077c..4705823a20 100644 --- a/module/my/lang/en.php +++ b/module/my/lang/en.php @@ -115,7 +115,7 @@ $lang->my->executionLinkList = array(); if($config->systemMode == 'new') { $lang->my->executionLinkList['execution-all'] = 'Enter the execution list by default, you can view all executions'; - $lang->my->executionLinkList['execution-task'] = 'By default, enter the list of the most recently executed task or kanban view, and you can view the task information under the current iteration'; + $lang->my->executionLinkList['execution-task'] = 'By default, enter the list of the most recently executed task, and you can view the task information under the current iteration'; $lang->my->executionLinkList['execution-executionkanban'] = 'By default, you can enter the execution Kanban to view the execution status of projects in progress'; } if($config->systemMode == 'classic') $lang->my->executionLinkList['execution-task'] = "By default, enter the list of the most recently {$lang->executionCommon} task, and you can view the task information under the current {$lang->executionCommon}"; diff --git a/module/my/lang/zh-cn.php b/module/my/lang/zh-cn.php index 150fef88c6..93e5ddba0d 100644 --- a/module/my/lang/zh-cn.php +++ b/module/my/lang/zh-cn.php @@ -115,7 +115,7 @@ $lang->my->executionLinkList = array(); if($config->systemMode == 'new') { $lang->my->executionLinkList['execution-all'] = '默认进入执行列表,可以查看所有的执行'; - $lang->my->executionLinkList['execution-task'] = '默认进入最近一个执行的任务列表或看板视图,可以查看当前迭代下的任务信息'; + $lang->my->executionLinkList['execution-task'] = '默认进入最近一个执行的任务列表,可以查看当前迭代下的任务信息'; $lang->my->executionLinkList['execution-executionkanban'] = '默认进入执行看板,可以查看进行中项目的执行情况'; } if($config->systemMode == 'classic') $lang->my->executionLinkList['execution-task'] = "默认进入最近一个{$lang->executionCommon}的任务列表,可以查看当前{$lang->executionCommon}下的任务信息";