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);