Fixes list download succeeded alerts

This commit is contained in:
Simone Mainardi 2020-12-24 10:20:05 +01:00
parent 29f697ec46
commit 6bb8a1cd68
2 changed files with 1 additions and 2 deletions

View file

@ -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
-- #######################################################