We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c30148f commit 8e476cdCopy full SHA for 8e476cd
1 file changed
product_portfolio/templates/product_portfolio/compliance/compliance_panels.html
@@ -92,7 +92,7 @@ <h3 class="fs-6 fw-medium mb-0">{% trans "Security compliance" %}</h3>
92
{% if risk_threshold_number %}
93
{% if above_threshold_count > 0 %}
94
{{ above_threshold_count }} {% trans "of" %} {{ vulnerability_count }}
95
- {% trans "vulnerabilit" %}{{ above_threshold_count|pluralize:"y,ies" }}
+ {% trans "vulnerabilit" %}{{ vulnerability_count|pluralize:"y,ies" }}
96
{% trans "above risk threshold of" %} {{ risk_threshold_number }}
97
{% else %}
98
{{ vulnerability_count }}
0 commit comments