Skip to content

Commit 8e476cd

Browse files
committed
fix template
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent c30148f commit 8e476cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

product_portfolio/templates/product_portfolio/compliance/compliance_panels.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h3 class="fs-6 fw-medium mb-0">{% trans "Security compliance" %}</h3>
9292
{% if risk_threshold_number %}
9393
{% if above_threshold_count > 0 %}
9494
{{ above_threshold_count }} {% trans "of" %} {{ vulnerability_count }}
95-
{% trans "vulnerabilit" %}{{ above_threshold_count|pluralize:"y,ies" }}
95+
{% trans "vulnerabilit" %}{{ vulnerability_count|pluralize:"y,ies" }}
9696
{% trans "above risk threshold of" %} {{ risk_threshold_number }}
9797
{% else %}
9898
{{ vulnerability_count }}

0 commit comments

Comments
 (0)