[tor-commits] [atlas/master] Updates Unmeasured mouseover description (Fixes: #26079)

irl at torproject.org irl at torproject.org
Sun May 13 18:26:08 UTC 2018


commit 04d7af559ab436cb7c2629140d31d3f7a5fd9ffd
Author: Iain R. Learmonth <irl at fsfe.org>
Date:   Sun May 13 19:25:13 2018 +0100

    Updates Unmeasured mouseover description (Fixes: #26079)
---
 js/models/relay.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/models/relay.js b/js/models/relay.js
index cfb6dec..91bde2a 100644
--- a/js/models/relay.js
+++ b/js/models/relay.js
@@ -63,7 +63,7 @@ define([
                     output.push([flag,"notrecommended", "This relay is running a Tor version that is not recommended by the directory authorities and may contain known issues."]);
                 }
                 if (flag == "Unmeasured") {
-                    output.push([flag,"unmeasured", "This relay has not been measured by at least 3 bandwidth authorities and so its consensus weight is currently capped. This is expected for new relays."]);
+                    output.push([flag,"unmeasured", "This relay has not been measured by at least 3 bandwidth authorities and so its consensus weight is currently capped. This is expected for new relays, but may also be found on established relays at times. This is more likely to be an issue with the bandwidth authorities than an issue with your relay."]);
                 }
                 if (flag == "FallbackDir") {
                     output.push([flag,"fallbackdir", "Tor clients contact fallback directory mirrors during bootstrap, and download the consensus and authority certificates from them. We include a default list of mirrors in the Tor source code. These default mirrors need to be long-term stable, and on the same IPv4 and IPv6 addresses and ports."]);



More information about the tor-commits mailing list