From c990e09f61e741d474f99377a0b3ebb6bc025765 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Fri, 19 Aug 2022 16:29:53 +0800 Subject: [PATCH] * Finish task #64967. --- module/datatable/control.php | 1 + module/story/view/view.html.php | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/module/datatable/control.php b/module/datatable/control.php index 8c2b0c4886..65c14a6580 100644 --- a/module/datatable/control.php +++ b/module/datatable/control.php @@ -97,6 +97,7 @@ class datatable extends control unset($cols['taskCount']); unset($cols['bugCount']); unset($cols['caseCount']); + $cols['title']['title'] = str_replace($this->lang->SRCommon, $this->lang->URCommon, $this->lang->story->title); } $this->view->cols = $cols; diff --git a/module/story/view/view.html.php b/module/story/view/view.html.php index a09a2949eb..6bd3407f6c 100644 --- a/module/story/view/view.html.php +++ b/module/story/view/view.html.php @@ -402,12 +402,13 @@