* code for task #73476,73475,73474,73473.

This commit is contained in:
wangyidong
2022-10-26 16:41:16 +08:00
parent ed271d5360
commit 6208970fde
3 changed files with 68 additions and 7 deletions
+1 -1
View File
@@ -743,7 +743,7 @@ class execution extends control
/* Change for requirement story title. */
if($storyType == 'requirement')
{
{
$this->lang->story->title = str_replace($this->lang->SRCommon, $this->lang->URCommon, $this->lang->story->title);
$this->lang->story->noStory = str_replace($this->lang->SRCommon, $this->lang->URCommon, $this->lang->story->noStory);
$this->lang->execution->createStory = str_replace($this->lang->SRCommon, $this->lang->URCommon, $this->lang->execution->createStory);