diff --git a/ext/admin/dashboard/index.php b/ext/admin/dashboard/index.php index e659b7b1..32b44283 100644 --- a/ext/admin/dashboard/index.php +++ b/ext/admin/dashboard/index.php @@ -54,7 +54,7 @@ include APP_BASE_PATH.'modulejslibs.inc.php'; ksort($dashBoardList); foreach($dashBoardList as $k=>$v){ - echo $v; + echo LanguageManager::translateTnrText($v); } ?> @@ -95,4 +95,4 @@ include APP_BASE_PATH.'modulejslibs.inc.php'; }); - \ No newline at end of file +