From aff5fe33c7cd2df286b4002a72eedb7da69e0f6f Mon Sep 17 00:00:00 2001 From: hufangzhou <746775970@qq.com> Date: Mon, 18 Jan 2021 09:16:00 +0800 Subject: [PATCH] * Fix an error. --- module/product/view/browse.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/product/view/browse.html.php b/module/product/view/browse.html.php index 3802e1b7c9..c4ab2602ca 100644 --- a/module/product/view/browse.html.php +++ b/module/product/view/browse.html.php @@ -129,7 +129,7 @@ $lang->story->createCommon = $storyType == 'story' ? $lang->story->createStory : createLink('story', 'batchCreate', "productID=$productID&branch=$branch&moduleID=$moduleID&storyID=0&project=0&plan=0&type=$storyType"); if($isProjectStroy) $batchLink = $this->createLink('story', 'batchCreate', "productID=$productID&branch=$branch&moduleID=$moduleID&storyID=0&project={$this->session->PRJ}"); - echo html::a($batchLink, $lang->story->batchCreatei, '', "data-group='project'"); + echo html::a($batchLink, $lang->story->batchCreate, '', "data-group='project'"); ?>