diff --git a/module/common/view/datatable.fix.html.php b/module/common/view/datatable.fix.html.php
index d0de599f4d..f0a271f871 100644
--- a/module/common/view/datatable.fix.html.php
+++ b/module/common/view/datatable.fix.html.php
@@ -6,7 +6,7 @@
$(function()
{
- $('#sidebar .cell .text-center:last').append("datatable->showModule?>
");
+ $('#sidebar .cell .text-center:last').append("datatable->showModuleAB?>
");
var $btnToolbar = $('#main .table-header .btn-toolbar:first');
diff --git a/module/datatable/lang/en.php b/module/datatable/lang/en.php
index 003f3fdb91..3e446302b9 100644
--- a/module/datatable/lang/en.php
+++ b/module/datatable/lang/en.php
@@ -19,6 +19,7 @@ $lang->datatable->branch = 'Branch';
$lang->datatable->platform = 'Platform';
$lang->datatable->showModule = 'Show module names on the list page';
+$lang->datatable->showModuleAB = 'Show Module Names';
$lang->datatable->showModuleList[] = 'N/A';
$lang->datatable->showModuleList['base'] = 'Base Node';
$lang->datatable->showModuleList['end'] = 'End Node';
diff --git a/module/datatable/lang/zh-cn.php b/module/datatable/lang/zh-cn.php
index e6b4a57a77..91c5b894dd 100644
--- a/module/datatable/lang/zh-cn.php
+++ b/module/datatable/lang/zh-cn.php
@@ -19,6 +19,7 @@ $lang->datatable->branch = '分支';
$lang->datatable->platform = '平台';
$lang->datatable->showModule = '列表页是否显示模块名';
+$lang->datatable->showModuleAB = '列表页是否显示模块名';
$lang->datatable->showModuleList[] = '不显示';
$lang->datatable->showModuleList['base'] = '只显示一级模块';
$lang->datatable->showModuleList['end'] = '只显示最后一级模块';