mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Minor cosmetic changes
This commit is contained in:
parent
fe0975ba2a
commit
a4e09a03e4
2 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
--
|
||||
-- (C) 2019-24 - ntop.org
|
||||
-- (C) 2019-25 - ntop.org
|
||||
--
|
||||
|
||||
-- ##############################################
|
||||
|
|
@ -62,7 +62,7 @@ function host_alert_scan.format(ifid, alert, alert_type_params)
|
|||
attack = alert_type_params.attack
|
||||
})
|
||||
elseif alert_type_params.attack == "Service Down" then
|
||||
return i18n("alert_messages.host_alert_scan_servic_down", {
|
||||
return i18n("alert_messages.host_alert_scan_service_down", {
|
||||
attacker = attacker,
|
||||
victim = victim,
|
||||
num_victims = alert_type_params.num_victims,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue