[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [metrics-web/master] Fix label for n-th fastest relays (it said "Percentiles").



commit ff0998b1c31221d9c430c43e8254a398d1eb4891
Author: David Fifield <david@xxxxxxxxxxxxxxx>
Date:   Mon Dec 12 07:52:59 2016 -0800

    Fix label for n-th fastest relays (it said "Percentiles").
---
 website/web/WEB-INF/graph.jsp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/web/WEB-INF/graph.jsp b/website/web/WEB-INF/graph.jsp
index 92d44a1..ad33e4d 100644
--- a/website/web/WEB-INF/graph.jsp
+++ b/website/web/WEB-INF/graph.jsp
@@ -43,7 +43,7 @@ ${description}
       </p>
     </c:if>
     <c:if test="${fn:length(n) > 0}">
-      <p>Percentiles:
+      <p>n:
       <c:forEach var="row" items="${n}">
         <label class="checkbox-label">
           <input type="checkbox" name="n" value="${row[0]}"${row[1]}> ${row[0]}

_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits