commit 6894b091d8356d200ff9b8f256c715e522922bef Author: Burnleydev1 81782853+Burnleydev1@users.noreply.github.com Date: Mon Apr 12 08:53:40 2021 -0700
Update download-tor.html
Vista, XP, 2000, 2003 Server, ME, and Windows 98SE" are not in conformity with this statement "Supported Windows (>= 7) and Windows Server (>= 2008)" in SupportedPlatforms and needs to be removed since they no longer receive updates from Microsoft, not also supported. --- templates/download-tor.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/download-tor.html b/templates/download-tor.html index c4e689b5..dfa53f73 100644 --- a/templates/download-tor.html +++ b/templates/download-tor.html @@ -43,7 +43,7 @@ <table class="table"> <tbody> <tr> - <td>{{ _('Windows 10, 8, 7, Vista, XP, 2000, 2003 Server, ME, and Windows 98SE') }}</td> + <td>{{ _('Windows 10, 8, 7, and Windows Server (>= 2008)') }}</td> <td>{{ _('Contains just Tor and nothing else.') }}</td> <td class="text-right"> {% from "macros/downloads.html" import render_windows_expert %}