mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Fixes list download succeeded alerts
This commit is contained in:
parent
29f697ec46
commit
6bb8a1cd68
2 changed files with 1 additions and 2 deletions
|
|
@ -40,7 +40,7 @@ end
|
|||
-- #######################################################
|
||||
|
||||
function alert_list_download_succeeded.format(ifid, alert, alert_type_params)
|
||||
return i18n("category_lists.download_succeeded")
|
||||
return i18n("category_lists.download_succeeded", {name = alert_type_params.name})
|
||||
end
|
||||
|
||||
-- #######################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue