From 7293ae9c3319bd4face1a619c675bb226cd6f6d1 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Sat, 27 Jan 2018 12:21:02 +0100 Subject: [PATCH] Fix typo --- templates/security/security.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/security/security.html b/templates/security/security.html index 330de4f4..ca83481c 100644 --- a/templates/security/security.html +++ b/templates/security/security.html @@ -54,7 +54,7 @@ to determine if the bug affects specific installations or not.

Known security issues in {%if version%}version {{version.numtree}}{%else%}all supported versions{%endif%}

-You can filter the view of patches to show just the version:
+You can filter the view of patches to show just patches for version:
{%for v in supported%} {{v.numtree}}{%if not forloop.last%} -{%endif%} {%endfor%} -- 2.39.5