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'"); ?>