diff --git a/module/block/view/reviewblock.html.php b/module/block/view/reviewblock.html.php
index 7ea1d6454b..6ade6c5873 100644
--- a/module/block/view/reviewblock.html.php
+++ b/module/block/view/reviewblock.html.php
@@ -33,7 +33,7 @@
$typeName = '';
if(isset($lang->{$review->type}->common)) $typeName = $lang->{$review->type}->common;
- if($type == 'story') $typeName = $lang->my->featureBar['audit']['story'];
+ if($type == 'story') $typeName = $lang->SRCommon;
if($review->type == 'projectreview') $typeName = $lang->project->common;
if(isset($flows[$review->type])) $typeName = $flows[$review->type];
diff --git a/module/execution/view/grouptask.html.php b/module/execution/view/grouptask.html.php
index 5633b05d66..9b029f1f13 100644
--- a/module/execution/view/grouptask.html.php
+++ b/module/execution/view/grouptask.html.php
@@ -33,7 +33,7 @@
- {$lang->execution->featureBar['task']['all']} {$allCount}", '', "class='btn btn-link btn-active-text'");?>
+ {$lang->all} {$allCount}", '', "class='btn btn-link btn-active-text'");?>
diff --git a/module/execution/view/testcase.html.php b/module/execution/view/testcase.html.php
index d965862231..a6cff28246 100644
--- a/module/execution/view/testcase.html.php
+++ b/module/execution/view/testcase.html.php
@@ -13,7 +13,7 @@
- {$lang->execution->featureBar['all']['all']} {$pager->recTotal}", '', "class='btn btn-link btn-active-text'");?>
+ {$lang->all} {$pager->recTotal}", '', "class='btn btn-link btn-active-text'");?>
id", '', '', '', true), " " . $lang->testcase->create, '', "class='btn btn-primary' data-app='{$this->app->tab}'");?>
diff --git a/module/my/view/audit.html.php b/module/my/view/audit.html.php
index 59172a19cd..20b6198d42 100644
--- a/module/my/view/audit.html.php
+++ b/module/my/view/audit.html.php
@@ -57,7 +57,7 @@
$typeName = '';
if(isset($lang->{$review->type}->common)) $typeName = $lang->{$review->type}->common;
- if($type == 'story') $typeName = $lang->my->featureBar['audit']['story'];
+ if($type == 'story') $typeName = $lang->SRCommon;
if($review->type == 'projectreview') $typeName = $lang->project->common;
if(isset($flows[$review->type])) $typeName = $flows[$review->type];
diff --git a/module/testtask/view/report.html.php b/module/testtask/view/report.html.php
index 0c4734bf67..26e9eab345 100644
--- a/module/testtask/view/report.html.php
+++ b/module/testtask/view/report.html.php
@@ -47,7 +47,7 @@
app->loadLang('testcase');?>
- testcase->featureBar['browse']['wait'] . $lang->testcase->common, $lang->report->notice->help);?>
+ testtask->wait . $lang->testcase->common, $lang->report->notice->help);?>
$chartOption):?>