Fix dashboard translations

This commit is contained in:
Thilina Hasantha
2016-08-06 02:37:26 +05:30
parent d9f0d52eed
commit f78f5592d3

View File

@@ -54,7 +54,7 @@ include APP_BASE_PATH.'modulejslibs.inc.php';
ksort($dashBoardList); ksort($dashBoardList);
foreach($dashBoardList as $k=>$v){ foreach($dashBoardList as $k=>$v){
echo $v; echo LanguageManager::translateTnrText($v);
} }
?> ?>
</div> </div>
@@ -95,4 +95,4 @@ include APP_BASE_PATH.'modulejslibs.inc.php';
}); });
</script> </script>
<?php include APP_BASE_PATH.'footer.php';?> <?php include APP_BASE_PATH.'footer.php';?>