commit 17ca201f073fe7ad334b2f798f01477c2aca9373 Author: Iain R. Learmonth irl@fsfe.org Date: Mon Dec 18 23:43:04 2017 +0000
Fixes tooltip on AS+CC button in adv. search --- templates/search/main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/search/main.html b/templates/search/main.html index 5c48a77..ee0a0ff 100644 --- a/templates/search/main.html +++ b/templates/search/main.html @@ -132,7 +132,7 @@ or exit relay filtered by the search parameters.</p> <button id="do-advanced-aggregation" class="btn btn-primary" type="button">Advanced Aggregation</button> <button id="do-advanced-aggregation-as" class="btn btn-secondary tip" type="button" title="Aggregate by Autonomous System">by AS</button> <button id="do-advanced-aggregation-cc" class="btn btn-secondary tip" type="button" title="Aggregate by Country">by CC</button> - <button id="do-advanced-aggregation-ascc" class="btn btn-secondary tip" type="button" title="Aggregate by Autonomous System">by AS+CC</button> + <button id="do-advanced-aggregation-ascc" class="btn btn-secondary tip" type="button" title="Aggregate by both Autonomous System and Country">by AS+CC</button> </p> </form> <p><sup>†</sup> These options are ignored when performing an aggregation as the aggregated searches are restricted to only currently running relays.</p>
tor-commits@lists.torproject.org