commit 8c24f8e174c277e1c25222bbd598bb2278289e00
Author: Karsten Loesing <karsten.loes...@gmx.net>
Date:   Mon Jan 7 12:20:35 2019 +0100

    Stop calling censorship detector BETA.
---
 src/main/resources/web/jsps/graph.jsp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/main/resources/web/jsps/graph.jsp 
b/src/main/resources/web/jsps/graph.jsp
index e710d2c..baa7edb 100644
--- a/src/main/resources/web/jsps/graph.jsp
+++ b/src/main/resources/web/jsps/graph.jsp
@@ -93,8 +93,7 @@
     </c:if>
     <c:if test="${fn:length(events) > 0}">
       <p>
-        <label for="events"><b>Show possible censorship events if available (<a
-               
href="http://research.torproject.org/techreports/detector-2011-09-09.pdf";>BETA</a>):</b></label>
+        <label for="events"><b>Show possible <a 
href="http://research.torproject.org/techreports/detector-2011-09-09.pdf";>censorship
 events</a> if available:</b></label>
         <select name="events" id="events">
         <c:forEach var="row" items="${events}">
           <option value="${row[0]}"${row[1]}>${row[2]}</option>



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

Reply via email to