* Replace language.

This commit is contained in:
caoyanyi
2023-06-16 19:29:25 +08:00
parent 5478af5d18
commit 689dbbe4f3
+1
View File
@@ -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);