From 00cc8ff2c30bb7931e2d1d7bd0d30bc1350d4a32 Mon Sep 17 00:00:00 2001 From: Yagami <976204163@qq.com> Date: Mon, 18 Jan 2021 16:15:39 +0800 Subject: [PATCH] * Fix story lang. --- module/product/control.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; }