diff --git a/module/custom/lang/en.php b/module/custom/lang/en.php
index af813d149d..669396d19b 100644
--- a/module/custom/lang/en.php
+++ b/module/custom/lang/en.php
@@ -14,11 +14,7 @@ $lang->custom->module = 'Module';
$lang->custom->section = 'Section';
$lang->custom->lang = 'Language';
$lang->custom->setPublic = 'Set Public';
-<<<<<<< HEAD
$lang->custom->required = 'Required Fields';
-=======
-$lang->custom->required = 'Form';
->>>>>>> 10e0c46c717357a938473ad63b4fce485c870ebd
$lang->custom->score = 'Point';
$lang->custom->timezone = 'Timezone';
$lang->custom->scoreReset = 'Reset Point';
diff --git a/module/doc/lang/en.php b/module/doc/lang/en.php
index aff62821fd..9a834819e6 100644
--- a/module/doc/lang/en.php
+++ b/module/doc/lang/en.php
@@ -154,7 +154,7 @@ $lang->doc->orderLib = 'Rank Settings';
$lang->doc->customShowLibs = 'Display Settings';
$lang->doc->customShowLibsList['zero'] = 'Display Empty Library';
$lang->doc->customShowLibsList['children'] = 'Display Child-category Documents';
-$lang->doc->customShowLibsList['unclosed'] = "Display Active {$lang->productCommon}s Only";
+$lang->doc->customShowLibsList['unclosed'] = "Display Active {$lang->projectCommon}s Only";
$lang->doc->confirmDelete = "Do you want to delete this document?";
$lang->doc->confirmDeleteLib = "Do you want to delete this document library?";
diff --git a/module/story/view/view.html.php b/module/story/view/view.html.php
index 07f96374d9..4914059820 100644
--- a/module/story/view/view.html.php
+++ b/module/story/view/view.html.php
@@ -12,15 +12,6 @@
?>
-getClientLang() == 'en'):?>
-
-
session->storyList != false ? $app->session->storyList : $this->createLink('product', 'browse', "productID=$story->product&branch=$story->branch&moduleID=$story->module");?>
diff --git a/module/user/control.php b/module/user/control.php
index 2f2decd893..6718ac3213 100644
--- a/module/user/control.php
+++ b/module/user/control.php
@@ -127,6 +127,7 @@ class user extends control
$this->view->users = $this->user->getPairs('noletter');
$this->view->type = $type;
$this->view->account = $account;
+ $this->view->user = $this->user->getById($account);
$this->view->pager = $pager;
$this->display();
@@ -244,13 +245,13 @@ class user extends control
$this->view->tasks = $this->loadModel('testtask')->getByUser($account, $pager, $sort);
$this->view->users = $this->user->getPairs('noletter');
$this->view->account = $account;
+ $this->view->user = $this->user->getById($account);
$this->view->recTotal = $recTotal;
$this->view->recPerPage = $recPerPage;
$this->view->pageID = $pageID;
$this->view->orderBy = $orderBy;
$this->view->pager = $pager;
$this->display();
-
}
/**
@@ -296,6 +297,7 @@ class user extends control
$this->view->title = $this->lang->user->common . $this->lang->colon . $this->lang->user->testCase;
$this->view->position[] = $this->lang->user->testCase;
$this->view->account = $account;
+ $this->view->user = $this->user->getById($account);
$this->view->cases = $cases;
$this->view->users = $this->user->getPairs('noletter');
$this->view->tabID = 'test';
diff --git a/module/user/lang/en.php b/module/user/lang/en.php
index 930f3ccc51..92f9c618ff 100644
--- a/module/user/lang/en.php
+++ b/module/user/lang/en.php
@@ -83,15 +83,15 @@ $lang->user->confirmDeleteTemplate = 'Do you want to delete this template?';
$lang->user->setPublicTemplate = 'Set as Public Template';
$lang->user->profile = 'Profile';
-$lang->user->project = $lang->projectCommon;
-$lang->user->task = 'Task';
-$lang->user->bug = 'Bug';
+$lang->user->project = $lang->projectCommon . 's';
+$lang->user->task = 'Tasks';
+$lang->user->bug = 'Bugs';
$lang->user->test = 'QA';
$lang->user->testTask = 'Test Request';
$lang->user->testCase = 'Test Case';
$lang->user->schedule = 'Schedule';
$lang->user->todo = 'Todo';
-$lang->user->story = 'Story';
+$lang->user->story = 'Stories';
$lang->user->dynamic = 'Dynamics';
$lang->user->openedBy = 'CreatedBy';
diff --git a/module/user/view/bug.html.php b/module/user/view/bug.html.php
index a320e13a66..4a7524b856 100644
--- a/module/user/view/bug.html.php
+++ b/module/user/view/bug.html.php
@@ -17,7 +17,7 @@