diff --git a/module/product/control.php b/module/product/control.php index 73e31fa5ff..bb2d887c60 100644 --- a/module/product/control.php +++ b/module/product/control.php @@ -225,7 +225,8 @@ class product 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->title = str_replace($this->lang->SRCommon, $this->lang->URCommon, $this->lang->story->title); + $this->lang->story->create = str_replace($this->lang->SRCommon, $this->lang->URCommon, $this->lang->story->create); $this->config->product->search['fields']['title'] = $this->lang->story->title; }