From 60e34636ec38a14d65ef85e56db6009bdc0d3f67 Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Tue, 14 Sep 2021 12:50:39 -0400 Subject: [PATCH] UI: Fix stupid typo in the attack section of the ransomware report --- .../components/report-components/ransomware/AttackSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monkey/monkey_island/cc/ui/src/components/report-components/ransomware/AttackSection.tsx b/monkey/monkey_island/cc/ui/src/components/report-components/ransomware/AttackSection.tsx index 69dc76c08..58e1bc1a3 100644 --- a/monkey/monkey_island/cc/ui/src/components/report-components/ransomware/AttackSection.tsx +++ b/monkey/monkey_island/cc/ui/src/components/report-components/ransomware/AttackSection.tsx @@ -6,7 +6,7 @@ import LoadingIcon from '../../ui-components/LoadingIcon'; const ATTACK_DESCRIPTION = 'After the attacker or malware has propagated through your network, \ your data is at risk on any machine the attacker can access. It can be \ - encrypted and held for ransomware, exfiltrated, or manipulated in \ + encrypted and held for ransom, exfiltrated, or manipulated in \ whatever way the attacker chooses.' const HOSTNAME_REGEX = /^(.* - )?(\S+) :.*$/;