Fix typo
authorMagnus Hagander <magnus@hagander.net>
Sat, 27 Jan 2018 11:21:02 +0000 (12:21 +0100)
committerMagnus Hagander <magnus@hagander.net>
Sat, 27 Jan 2018 11:21:02 +0000 (12:21 +0100)
templates/security/security.html

index 330de4f4d4844d70ab9917dd1b991712bb874f93..ca83481c4b4c21e9d6e154a809d3b96ee6173632 100644 (file)
@@ -54,7 +54,7 @@ to determine if the bug affects specific installations or not.
 
 <h2>Known security issues in {%if version%}version {{version.numtree}}{%else%}all supported versions{%endif%}</h2>
 <p>
-You can filter the view of patches to show just the version:<br/>
+You can filter the view of patches to show just patches for version:<br/>
 {%for v in supported%}
 <a href="/support/security/{{v.numtree}}/">{{v.numtree}}</a>{%if not forloop.last%} -{%endif%}
 {%endfor%}