UI: Change the contents of running monkeys warning on reset modal

This change makes the warning more actionable
This commit is contained in:
vakarisz 2022-04-22 10:38:59 +03:00
parent 2cac1f836b
commit 193bcdbf58
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ const IslandResetModal = (props: Props) => {
!props.allMonkeysAreDead ?
<div className='alert alert-warning'>
<FontAwesomeIcon icon={faExclamationTriangle} style={{'marginRight': '5px'}}/>
Can't reset the Island while Monkey agents are still running!
Please stop all running agents before attempting to reset the Island.
</div>
:
showModalButtons()