We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61cd79b commit 38cdf4bCopy full SHA for 38cdf4b
src/dashboard/Dashboard.tsx
@@ -105,7 +105,7 @@ function Overview (props: OverviewProps) {
105
{numInactiveNodes > 0 && `, ${numInactiveNodes} Inactive`}
106
{numDownNodes > 0 && `, ${numDownNodes} Down`}
107
</div>
108
- <div>Earnings</div><div>{totalEarnings.toLocaleString()} FIL</div>
+ <div>Estimated Earnings</div><div>{totalEarnings.toLocaleString()} FIL</div>
109
<div>Bandwidth</div><div>{bytes(totalBandwidth, { unitSeparator: ' ' })}</div>
110
<div>Retrievals</div><div>{totalRetrievals.toLocaleString()}</div>
111
0 commit comments