We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b996e0b commit 8dc26cdCopy full SHA for 8dc26cd
mithril-explorer/components/Artifacts/MithrilStakeDistributionsList/index.js
@@ -51,7 +51,7 @@ export default function MithrilStakeDistributionsList(props) {
51
<div className={props.className}>
52
<h2>Mithril Stake Distribution <RawJsonButton href={`${aggregator}/artifact/mithril-stake-distributions`} variant="outline-light" size="sm"/></h2>
53
{Object.entries(mithrilStakeDistributions).length === 0
54
- ? <p>No snapshot available</p>
+ ? <p>No mithril stake distribution available</p>
55
:
56
<Container fluid>
57
<Row xs={1} md={2} lg={3} xl={4}>
0 commit comments