Skip to content

Commit 9698b9f

Browse files
committed
rules: fix wording when disabling rule with flowbit
1 parent c298b78 commit 9698b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/templates/rules/disable_rule.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h4>Enable rule {{ rule.sid }} in ruleset(s)</h4>
1515

1616
{% for ruleset in rulesets %}
1717
{% if ruleset.deps_rules|length %}
18-
In ruleset <strong>{{ ruleset.name }}</strong>, this will also {% if operation == 'suppress' %}disable{% else %}enable{% endif %} the following rules due to flowbits dependencies:
18+
In ruleset <strong>{{ ruleset.name }}</strong>, this will also {% if operation == 'disable' %}disable{% else %}enable{% endif %} the following rules due to flowbits dependencies:
1919
<ul>
2020
{% for rule in ruleset.deps_rules %}
2121
<li><a href="{% url 'rule' rule.pk %}">{{ rule.msg }}</a></li>

0 commit comments

Comments
 (0)