Skip to content

Commit 847f33b

Browse files
authored
Update website.html (#526)
Edited descriptions for Validators stats
1 parent 5767f05 commit 847f33b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

services/website/website.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,11 @@ <h2>
187187
<table class="pure-table pure-table-horizontal">
188188
<tbody>
189189
<tr title="Currently active or pending validators on Ethereum PoS">
190-
<td>Validators total</td>
190+
<td>Validators active or in queue</td>
191191
<td>{{ .ValidatorsTotal | prettyInt }}</td>
192192
</tr>
193193
<tr title="Validators who have sent a registration at least once">
194-
<td>Validators registered</td>
194+
<td>Validators registered (all time)</td>
195195
<td>{{ .ValidatorsRegistered| prettyInt }}</td>
196196
</tr>
197197
<tr title="Last slot delivered through this relay">
@@ -287,4 +287,4 @@ <h2>
287287
</div>
288288
</body>
289289

290-
</html>
290+
</html>

0 commit comments

Comments
 (0)