Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mistakia committed Mar 14, 2024
1 parent 78936f4 commit 0ee1822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/components/network/network.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default class Network extends React.Component {
'Total amount of value settled by the network over the last 24 hours (only send blocks)'
const throughputText = `Median number of transactions confirmed per second in the last minute ${prText}`
const speedText =
'Median time in seconds for a block to get confirmed (across all buckets)'
'Median time in milliseconds for a block to get confirmed (across all buckets)'
const unconfirmed_pool_text = `Number of blocks waiting to be confirmed ${prText}`
const stakeText =
'Percentage of delegated Nano weight actively participating in voting'
Expand Down

0 comments on commit 0ee1822

Please sign in to comment.