commit e855b6c25274e6968d7d267bb73f06e34ea89f31 Author: Karsten Loesing karsten.loesing@gmx.net Date: Fri Feb 3 21:21:55 2017 +0100
Tweak two graph descriptions. --- website/etc/categories.json | 2 +- website/etc/metrics.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/website/etc/categories.json b/website/etc/categories.json index acd0614..7c8bcbf 100644 --- a/website/etc/categories.json +++ b/website/etc/categories.json @@ -4,7 +4,7 @@ "icon": "fa-users", "header": "Users", "summary": "Where Tor users are from and how they connect to Tor.", - "description": "We estimate the number of users by analyzing the requests induced by Tor clients. These papers detail on how we count users and how we count bridge users.", + "description": "We estimate the number of users by analyzing the requests induced by clients to relays and bridges.", "metrics": [ "userstats-relay-country", "userstats-bridge-country", diff --git a/website/etc/metrics.json b/website/etc/metrics.json index 3eb000c..a335640 100644 --- a/website/etc/metrics.json +++ b/website/etc/metrics.json @@ -421,7 +421,7 @@ "id": "webstats-tb-platform", "title": "Tor Browser downloads by platform", "type": "Graph", - "description": "<p>This graph shows absolute numbers of requests to Tor's web servers to download a Tor Browser executable, broken down by platform (Windows, Mac, Linux) of the requested executable.</p>", + "description": "<p>This graph shows absolute numbers of requests to Tor's web servers to download a Tor Browser executable, broken down by platform (Windows, Mac, Linux) of the requested executable. Note that this graph does <em>not</em> show the platform used to download Tor Browser but the platform that it was downloaded for.</p>", "function": "plot_webstats_tb_platform", "parameters": [ "start",
tor-commits@lists.torproject.org