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:
commit
7f1ecff302
|
@ -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.'\'}';
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue