The word legacy has been removed from the ipam and netscan tasks

This commit is contained in:
Jorge Rincon 2023-09-05 11:19:34 +02:00
parent f2b99cf38e
commit bd9aecb168
1 changed files with 2 additions and 2 deletions

View File

@ -912,7 +912,7 @@ class DiscoveryTaskList extends HTML
'class' => 'main_menu_icon invert_filter',
]
).'  ';
$data[6] .= __('Discovery.NetScan (legacy)');
$data[6] .= __('Discovery.NetScan');
} else {
// APP or external script recon task.
$data[6] = html_print_image(
@ -920,7 +920,7 @@ class DiscoveryTaskList extends HTML
true,
['class' => 'main_menu_icon invert_filter']
).'  ';
$data[6] .= $recon_script_name.' (legacy)';
$data[6] .= $recon_script_name;
}
break;
}