Commit fedbbb18 authored by Igor Stuev's avatar Igor Stuev Committed by isstuev

Update ui/block/BlockDetails.tsx

Co-authored-by: default avatartom goriunov <tom@ohhhh.me>
parent e5abaa83
......@@ -127,7 +127,7 @@ const BlockDetails = () => {
<DetailsInfoItem
title="Block reward"
hint={
`For each block, the ${ getNetworkValidatorTitle() } is rewarded with a finite amount of ${ appConfig.network.currency.symbol || 'native token' }
`For each block, the ${ validatorTitle } is rewarded with a finite amount of ${ appConfig.network.currency.symbol || 'native token' }
on top of the fees paid for all transactions in the block.`
}
columnGap={ 1 }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment