diff --git a/packages/ui/src/app/pages/Settings/Settings.tsx b/packages/ui/src/app/pages/Settings/Settings.tsx
index 595f30d128..ff35971c6a 100644
--- a/packages/ui/src/app/pages/Settings/Settings.tsx
+++ b/packages/ui/src/app/pages/Settings/Settings.tsx
@@ -83,11 +83,11 @@ export const Settings = () => {
)}
} title={t('chainInfo')}>
- t('rpcBlockheight')
+ {t('rpcBlockheight')}
{formatTokenValue(header?.number.toNumber())}
- t('qnBlockheight')
+ {t('qnBlockheight')}
{formatTokenValue(queryNodeState?.indexerHead)}