Fix Host Alert BlackHole Contacts title.

This commit is contained in:
Nicolo Maio 2024-03-29 11:24:37 +01:00
parent b20e06482c
commit a68667861e
2 changed files with 2 additions and 1 deletions

View file

@ -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,
}