[tor-commits] [atlas/master] Updates Exit Addresses field mouseover description (Fixes: #25881)

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


commit 91cfa181fa18725e37a6c618afcc4b06408e7baf
Author: Iain R. Learmonth <irl at fsfe.org>
Date:   Sun May 13 19:16:49 2018 +0100

    Updates Exit Addresses field mouseover description (Fixes: #25881)
---
 templates/details/router.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/details/router.html b/templates/details/router.html
index 97c7aac..813f334 100644
--- a/templates/details/router.html
+++ b/templates/details/router.html
@@ -44,7 +44,7 @@ href="https://bugs.torproject.org/24256">#24256</a>).</div>
       <dt><span class="tip" title="Address and port where the relay listens for directory requests.">Dir Address</span></dt>
       <dd><%= relay.get('dir_address') ? relay.get('dir_address') : 'none' %></dd>
 
-      <dt><span class="tip" title="Addresses that the relay used to exit to the Internet in the past 24 hours. <em>Only lists addresses that are different from the OR addresses.</em>">Exit Addresses</span></dt>
+      <dt><span class="tip" title="Addresses that have been observed to be used by the relay used to exit to the Internet in the past 24 hours.">Exit Addresses</span></dt>
       <dd>
         <% if (relay.get('exit_addresses')) { %>
           <% _.each(relay.get('exit_addresses'), function(exit_address) { %>





More information about the tor-commits mailing list