Add transaltion to discovery message

This commit is contained in:
Calvo 2022-06-20 10:37:25 +02:00
parent c4fadcd461
commit 5a6fc5630e
1 changed files with 1 additions and 1 deletions

View File

@ -662,7 +662,7 @@ class DiscoveryTaskList extends HTML
$data[0] .= '\'';
if ($task['type'] == DISCOVERY_HOSTDEVICES) {
$title = __('Are you sure?');
$message = 'This action will rescan the target networks.';
$message = __('This action will rescan the target networks.');
$data[0] .= ', {title: \''.$title.'\', message: \''.$message.'\'}';
}