Update i18n translation
This commit is contained in:
@@ -13,7 +13,7 @@ const SettingsDisplay = () => {
|
||||
return (
|
||||
<div className="absolute bottom-4 left-[calc(1rem+2.5rem)] flex items-center gap-2 text-xs text-gray-400">
|
||||
<div>{t('graphPanel.sideBar.settings.depth')}: {graphQueryMaxDepth}</div>
|
||||
<div>{t('graphPanel.sideBar.settings.maxNodes')}: {graphMaxNodes}</div>
|
||||
<div>{t('graphPanel.sideBar.settings.max')}: {graphMaxNodes}</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user