commit 7cfb22744fc9a7801bf5df171ff6cbcbd80c0b97 Author: Iain R. Learmonth irl@fsfe.org Date: Wed Jun 5 13:30:07 2019 +0100
Replace "brackets" with "parentheses"
Fixes: #29486 --- src/main/resources/web/templates/rs/search/do.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/resources/web/templates/rs/search/do.html b/src/main/resources/web/templates/rs/search/do.html index 40745a6..1fe06b4 100644 --- a/src/main/resources/web/templates/rs/search/do.html +++ b/src/main/resources/web/templates/rs/search/do.html @@ -137,7 +137,7 @@ <% }); %> </tbody> </table> -<p><sup>†</sup>The number shown in brackets is the total effective +<p><sup>†</sup>The number shown in parentheses is the total effective family size for the relay including the relay itself. A size of 1 indicates that the relay does not have any other effective family members. Note that bridge relays do not advertise family members in their descriptors and so there
tor-commits@lists.torproject.org