diff --git a/module/execution/lang/en.php b/module/execution/lang/en.php index f9bb7c45d1..4a72f760d9 100644 --- a/module/execution/lang/en.php +++ b/module/execution/lang/en.php @@ -380,7 +380,7 @@ $lang->execution->setTeam = 'Set Team'; $lang->execution->linkStory = 'Link Story'; $lang->execution->createTask = 'Create Task'; $lang->execution->goback = "Go Back Task List"; -$lang->execution->gobackExecution = "Go Back Executioni List"; +$lang->execution->gobackExecution = "Go Back {$lang->executionCommon} List"; $lang->execution->noweekend = 'Exclude Weekend'; $lang->execution->nodelay = 'Exclude Delay Date'; $lang->execution->withweekend = 'Include Weekend'; diff --git a/module/execution/lang/zh-cn.php b/module/execution/lang/zh-cn.php index 5d248f81f0..41c647ddd6 100644 --- a/module/execution/lang/zh-cn.php +++ b/module/execution/lang/zh-cn.php @@ -380,7 +380,7 @@ $lang->execution->setTeam = '设置团队'; $lang->execution->linkStory = "关联{$lang->SRCommon}"; $lang->execution->createTask = '创建任务'; $lang->execution->goback = "返回任务列表"; -$lang->execution->gobackExecution = "返回迭代列表"; +$lang->execution->gobackExecution = "返回{$lang->executionCommon}列表"; $lang->execution->noweekend = '去除周末'; $lang->execution->nodelay = '去除延期日期'; $lang->execution->withweekend = '显示周末';