commit f3e2495e3ca7cddab96a3f6d3bbaa178391d8861 Author: Iain R. Learmonth irl@fsfe.org Date: Tue Nov 21 15:58:39 2017 +0000
Rename Properties to Additional Flags (Fixes: #22037) --- js/views/search/do.js | 2 +- templates/details/bridge.html | 2 +- templates/details/router.html | 2 +- templates/search/do.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/js/views/search/do.js b/js/views/search/do.js index 6fa2220..d6c3599 100644 --- a/js/views/search/do.js +++ b/js/views/search/do.js @@ -35,7 +35,7 @@ define([ null, //Country { "sType": "ip-address" }, //IP Address null, //Flags - null, //Properties + null, //Additional Flags null, //ORPort null, //DirPort null //Type diff --git a/templates/details/bridge.html b/templates/details/bridge.html index 4c0d88a..2bf176c 100644 --- a/templates/details/bridge.html +++ b/templates/details/bridge.html @@ -56,7 +56,7 @@ <% }); %> </dd>
- <dt>Properties</dt> + <dt><span class="tip" title="Flags that have been generated by Relay Search to provide extra useful information. These flags do not appear in the directory consensus.">Additional Flags</span></dt> <dd> <% var propertyCount = 0; %> <% if (relay.get('recommended_version') === false) { diff --git a/templates/details/router.html b/templates/details/router.html index 2d9aa2b..e3bbde2 100644 --- a/templates/details/router.html +++ b/templates/details/router.html @@ -109,7 +109,7 @@ <% }); %> </dd>
- <dt>Properties</dt> + <dt><span class="tip" title="Flags that have been generated by Relay Search to provide extra useful information. These flags do not appear in the directory consensus.">Additional Flags</span></dt> <dd> <% var propertyCount = 0; %> <% if (relay.get('recommended_version') === false) { diff --git a/templates/search/do.html b/templates/search/do.html index 90243ad..4feca8e 100644 --- a/templates/search/do.html +++ b/templates/search/do.html @@ -61,7 +61,7 @@ <th>Country</th> <th>IP</th> <th>Flags</th> - <th>Properties</th> + <th style="white-space: nowrap;">Add. Flags</th> <th>ORPort</th> <th>DirPort</th> <th>Type</th>
tor-commits@lists.torproject.org