UI: Modify description of maximum_depth in the propagation schema

This commit is contained in:
Shreya Malviya 2022-07-27 18:47:30 +05:30
parent a89741190f
commit b4243216a3
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ const PROPAGATION_CONFIGURATION_SCHEMA = {
' \u26A0' +
' Note that setting this value too high may result in the ' +
'Monkey propagating too far, '+
'if the "Local network scan" is enabled'
'if "Local network scan" is enabled.\n' +
'Setting this to 0 will disable all scanning and exploitation.'
},
'network_scan': NETWORK_SCAN_CONFIGURATION_SCHEMA
}