diff --git a/monkey/monkey_island/cc/ui/src/components/report-components/ransomware/LateralMovement.tsx b/monkey/monkey_island/cc/ui/src/components/report-components/ransomware/LateralMovement.tsx index c5a9f9f1e..1d062c5c5 100644 --- a/monkey/monkey_island/cc/ui/src/components/report-components/ransomware/LateralMovement.tsx +++ b/monkey/monkey_island/cc/ui/src/components/report-components/ransomware/LateralMovement.tsx @@ -5,7 +5,7 @@ import pluralize from 'pluralize' const LATERAL_MOVEMENT_DESCRIPTION = 'After the initial breach, the attacker will begin the Lateral \ Movement phase of the attack. They will employ various \ techniques in order to compromise other systems in your \ - network and encrypt as many files as possible.' + network.' type PropagationStats = { num_scanned_nodes: number,