From 193bcdbf5820c6424e4cc6df0d4b571e8f5d46d5 Mon Sep 17 00:00:00 2001 From: vakarisz Date: Fri, 22 Apr 2022 10:38:59 +0300 Subject: [PATCH] UI: Change the contents of running monkeys warning on reset modal This change makes the warning more actionable --- .../cc/ui/src/components/ui-components/IslandResetModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monkey/monkey_island/cc/ui/src/components/ui-components/IslandResetModal.tsx b/monkey/monkey_island/cc/ui/src/components/ui-components/IslandResetModal.tsx index c31d5c401..15281362f 100644 --- a/monkey/monkey_island/cc/ui/src/components/ui-components/IslandResetModal.tsx +++ b/monkey/monkey_island/cc/ui/src/components/ui-components/IslandResetModal.tsx @@ -39,7 +39,7 @@ const IslandResetModal = (props: Props) => { !props.allMonkeysAreDead ?
- Can't reset the Island while Monkey agents are still running! + Please stop all running agents before attempting to reset the Island.
: showModalButtons()