island: Remove 'The' from text to be shown in report, for consistency
This commit is contained in:
parent
6def66cfaf
commit
e5b9f96447
|
@ -140,7 +140,7 @@ class AttackTechnique(object, metaclass=abc.ABCMeta):
|
||||||
):
|
):
|
||||||
reasons = []
|
reasons = []
|
||||||
if len(cls.relevant_systems) == 1:
|
if len(cls.relevant_systems) == 1:
|
||||||
reasons.append(f"- The Monkey did not run on any {cls.relevant_systems[0]} systems.")
|
reasons.append(f"- Monkey did not run on any {cls.relevant_systems[0]} systems.")
|
||||||
if cls.tech_id in config_schema_per_attack_technique:
|
if cls.tech_id in config_schema_per_attack_technique:
|
||||||
reasons.append(
|
reasons.append(
|
||||||
"- The following configuration options were disabled:<br/>"
|
"- The following configuration options were disabled:<br/>"
|
||||||
|
|
Loading…
Reference in New Issue