Skip to content

Commit

Permalink
Differentiate "not fixed" from "not released" on security page
Browse files Browse the repository at this point in the history
  • Loading branch information
flashcode committed Sep 7, 2024
1 parent acd7190 commit 09b3d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weechat/templates/doc/security.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h4>
{% 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 %}
</ul>
Expand Down

0 comments on commit 09b3d9f

Please sign in to comment.