We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5767f05 commit 847f33bCopy full SHA for 847f33b
services/website/website.html
@@ -187,11 +187,11 @@ <h2>
187
<table class="pure-table pure-table-horizontal">
188
<tbody>
189
<tr title="Currently active or pending validators on Ethereum PoS">
190
- <td>Validators total</td>
+ <td>Validators active or in queue</td>
191
<td>{{ .ValidatorsTotal | prettyInt }}</td>
192
</tr>
193
<tr title="Validators who have sent a registration at least once">
194
- <td>Validators registered</td>
+ <td>Validators registered (all time)</td>
195
<td>{{ .ValidatorsRegistered| prettyInt }}</td>
196
197
<tr title="Last slot delivered through this relay">
@@ -287,4 +287,4 @@ <h2>
287
</div>
288
</body>
289
290
-</html>
+</html>
0 commit comments