diff --git a/app/components/inspector/AddressWithContext.tsx b/app/components/inspector/AddressWithContext.tsx index c25ba3dd..699371f5 100755 --- a/app/components/inspector/AddressWithContext.tsx +++ b/app/components/inspector/AddressWithContext.tsx @@ -101,7 +101,7 @@ function AccountInfo({ pubkey, validator }: { pubkey: PublicKey; validator?: Acc return ( {`Owned by ${ownerLabel || ownerAddress}.`} - {` Balance is ${lamportsToSolString(account.lamports)} SOL.`} + {` Balance is ${lamportsToSolString(account.lamports)} ETH.`} {account.space !== undefined && ` Size is ${new Intl.NumberFormat('en-US').format(account.space)} byte(s).`} );