commit b12cea2345c36b2eb99352f9a6cb6c06d8aebec4 Author: Philipp Winter phw@torproject.org Date: Mon Dec 9 11:38:26 2013 +0100
Mention that we measure in bytes per second.
Fixes https://bugs.torproject.org/9920. --- templates/details/main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/details/main.html b/templates/details/main.html index 8514fa0..dcd31ec 100644 --- a/templates/details/main.html +++ b/templates/details/main.html @@ -33,7 +33,7 @@ <dd><%= relay.get('dir_address') %></dd>
<dt> - <span class="tip" data-content="Bandwidth that the relay is willing and capable to provide." data-original-title="Advertised bandwidth">Advertised Bandwidth</span> + <span class="tip" data-content="Bandwidth that the relay is willing and able to provide in bytes per second." data-original-title="Advertised bandwidth">Advertised Bandwidth</span> </dt> <dd><%= relay.get('bandwidth_hr') %></dd> <dt><span class="tip" data-content="Port summary of exit connections that the relay is going to accept or reject." data-original-title="Exit policy summary">Exit Policy Summary</span></dt>
tor-commits@lists.torproject.org