Minor geolocation message fix

This commit is contained in:
Simone Mainardi 2020-08-03 10:27:36 +02:00
parent da12cd93a4
commit d31c460bd8
2 changed files with 5 additions and 3 deletions

View file

@ -14,7 +14,7 @@ local ALARM_THRESHOLD_HIGH = 90
local function create_geo_ip_alert_notification()
local title = i18n("geo_map.geo_ip")
local title = i18n("geolocation_unavailable_title")
local description = i18n("geolocation_unavailable", {url = "https://github.com/ntop/ntopng/blob/dev/doc/README.geolocation.md", target = "_blank", icon = "fas fa-external-link-alt"})
return alert_notification:create("geoip_alert", title, description, "warning", nil, "nedge/system_setup/")
@ -146,4 +146,5 @@ function defined_alert_notifications.too_many_flows(container)
end
return defined_alert_notifications
return defined_alert_notifications