mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Fix Host Alert BlackHole Contacts title.
This commit is contained in:
parent
b20e06482c
commit
a68667861e
2 changed files with 2 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ local host_alert_black_hole_contacts = classes.class(alert)
|
|||
|
||||
host_alert_black_hole_contacts.meta = {
|
||||
alert_key = host_alert_keys.host_alert_black_hole_contacts, -- host_alert_keys.lua
|
||||
i18n_title = "alerts_dashboard.scan_detected",
|
||||
i18n_title = "alerts_dashboard.blackhole_contacts",
|
||||
icon = "fas fa-fw fa-life-ring",
|
||||
has_attacker = true,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue