From 689dbbe4f3d092c37882badabe9f25706556bf64 Mon Sep 17 00:00:00 2001 From: caoyanyi Date: Fri, 16 Jun 2023 15:54:20 +0800 Subject: [PATCH] * Replace language. --- module/execution/control.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/execution/control.php b/module/execution/control.php index dd559752ab..e488cf25ff 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -699,6 +699,7 @@ class execution extends control $this->app->loadLang('testcase'); /* Change for requirement story title. */ + $this->lang->story->linkStory = str_replace($this->lang->URCommon, $this->lang->SRCommon, $this->lang->story->linkStory); if($storyType == 'requirement') { $this->lang->story->title = str_replace($this->lang->SRCommon, $this->lang->URCommon, $this->lang->story->title);