Merge branch 'ent-9062-mensaje-de-advertencia-sin-traducir' into 'develop'

Add transaltion to discovery message

Ref: pandora_enterprise#9062

See merge request artica/pandorafms!4967
This commit is contained in:
Jimmy Olano 2022-07-20 22:24:13 +00:00
commit 7f1ecff302
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.'\'}';
}