diff --git a/module/product/view/browse.html.php b/module/product/view/browse.html.php
index 20f32b433d..e5ffdbb7c4 100644
--- a/module/product/view/browse.html.php
+++ b/module/product/view/browse.html.php
@@ -23,7 +23,7 @@ $unfoldStories = zget($unfoldStories, $productID, array());
js::set('unfoldStories', $unfoldStories);
js::set('unfoldAll', $lang->project->treeLevel['all']);
js::set('foldAll', $lang->project->treeLevel['root']);
-js::set('storyType', $storyType);
+js::set('storyType', $storyType);
$lang->story->createCommon = $storyType == 'story' ? $lang->story->createStory : $lang->story->createRequirement;
$isProjectStroy = $this->app->rawModule == 'projectstory';
?>
@@ -504,8 +504,8 @@ $('#branch' + branchID).closest('li').addClass('active');
$(function()
{
- // Update table summary text
- SRCommon;?>
+ // Update table summary text.
+ URCommon : $lang->SRCommon;?>
var checkedSummary = 'product->checkedSummary)?>';
$('#productStoryForm').table(
{