island: Remove 'The' from text to be shown in report, for consistency

This commit is contained in:
Shreya Malviya 2021-09-28 11:49:13 +05:30
parent 6def66cfaf
commit e5b9f96447
1 changed files with 1 additions and 1 deletions

View File

@ -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/>"