commit c371ef4e2cfa2686381f7a6048b20aecbfd1f8df Author: Iain R. Learmonth irl@fsfe.org Date: Tue Nov 21 17:42:32 2017 +0000
Improves the Advertised Bandwidth tooltip (Fixes: #24160) --- templates/details/bridge.html | 2 +- templates/details/router.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/details/bridge.html b/templates/details/bridge.html index 2bf176c..a6a6cd9 100644 --- a/templates/details/bridge.html +++ b/templates/details/bridge.html @@ -19,7 +19,7 @@ <dd><%= relay.get('or_addresses') %></dd>
<dt> - <span class="tip" title="Bandwidth that the bridge is willing and able to provide in bytes per second.">Advertised Bandwidth</span> + <span class="tip" title="The volume of traffic, both incoming and outgoing, that this bridge is willing to sustain, as configured by the operator and claimed to be observed from recent data transfers.">Advertised Bandwidth</span> </dt> <dd><%= relay.get('bandwidth_hr') ? relay.get('bandwidth_hr') : 'not defined' %></dd> </dl> diff --git a/templates/details/router.html b/templates/details/router.html index e3bbde2..40771ff 100644 --- a/templates/details/router.html +++ b/templates/details/router.html @@ -33,7 +33,7 @@ <dd><%= relay.get('exit_addresses') ? relay.get('exit_addresses') : 'none' %></dd>
<dt> - <span class="tip" title="Bandwidth that the relay is willing and able to provide in bytes per second.">Advertised Bandwidth</span> + <span class="tip" title="The volume of traffic, both incoming and outgoing, that the relay is willing to sustain, as configured by the operator and claimed to be observed from recent data transfers.">Advertised Bandwidth</span> </dt> <dd><span class="tip" title="Bandwidth rate: <%= relay.get('bandwidthr') %><br>Bandwidth burst: <%= relay.get('bandwidthb') %><br>Observed bandwidth: <%= relay.get('obandwidth') %>"><%= relay.get('bandwidth_hr') %></span></dd> <dt><span class="tip" title="Port summary of IPv4 exit connections that the relay is going to accept or reject.">IPv4 Exit Policy Summary</span></dt>
tor-commits@lists.torproject.org