UI: Capitalize "Agent" in info_box_scan_my_metworks
This commit is contained in:
parent
5a0251c442
commit
64b9432bb9
|
@ -17,7 +17,7 @@ const SCAN_TARGET_CONFIGURATION_SCHEMA = {
|
||||||
'description': 'List of IPs that the monkey will not scan.'
|
'description': 'List of IPs that the monkey will not scan.'
|
||||||
},
|
},
|
||||||
'info_box_scan_my_networks': {
|
'info_box_scan_my_networks': {
|
||||||
'info': 'If the agent runs on a machine that has a publicly-facing network interface, ' +
|
'info': 'If the Agent runs on a machine that has a publicly-facing network interface, ' +
|
||||||
'this setting could cause scanning and exploitation of systems outside your organization.'
|
'this setting could cause scanning and exploitation of systems outside your organization.'
|
||||||
},
|
},
|
||||||
'scan_my_networks': {
|
'scan_my_networks': {
|
||||||
|
|
Loading…
Reference in New Issue