Fix dashboard translations
This commit is contained in:
@@ -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';?>
|
||||||
|
|||||||
Reference in New Issue
Block a user