From f78f5592d3ce8cd0a64bcf9daa1c2f6948f01ed7 Mon Sep 17 00:00:00 2001 From: Thilina Hasantha Date: Sat, 6 Aug 2016 02:37:26 +0530 Subject: [PATCH] Fix dashboard translations --- ext/admin/dashboard/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +