Fixed empty description column (#9216)

This commit is contained in:
Manuel Ceroni 2025-05-16 12:00:11 +02:00 committed by GitHub
parent be61782f57
commit 534048ac4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 4 deletions

View file

@ -47,7 +47,7 @@ end
-- #######################################################
function alert_ndpi_http_suspicious_user_agent.format(ifid, alert, alert_type_params)
return
return i18n("alert_messages.ndpi_http_suspicious_user_agent")
end
-- #######################################################