From 09b3d9fc7a30e35c2226e4647bfba3eb966e2790 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 7 Sep 2024 17:53:10 +0200 Subject: [PATCH] Differentiate "not fixed" from "not released" on security page --- weechat/templates/doc/security.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weechat/templates/doc/security.html b/weechat/templates/doc/security.html index f2d05435..d0bb692b 100644 --- a/weechat/templates/doc/security.html +++ b/weechat/templates/doc/security.html @@ -81,7 +81,7 @@

{% blocktrans %}Fixed in version {{ fixed_version }} ({{ release_date }}).{% endblocktrans %} {% endwith %} {% else %} - {% trans "Not yet fixed." %} + {% if security.commits %}{% trans "Fixed, not yet released." %}{% else %}{% trans "Not yet fixed." %}{% endif %} {% endif %} {% endfor %}