mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
removed hard coded string in alert notification
This commit is contained in:
parent
125818ae05
commit
e71f1a3e45
2 changed files with 3 additions and 2 deletions
|
|
@ -48,8 +48,8 @@ function alert_notification:create(id, title, description, level, action, delay_
|
|||
|
||||
local this = {
|
||||
id = id,
|
||||
title = (title or 'Ntopng Notification'),
|
||||
description = (description or 'short description'),
|
||||
title = (title or i18n("info")),
|
||||
description = (description or i18n("description")),
|
||||
level = (alert_notification_levels[level] or alert_notification_levels.info),
|
||||
action = (action or nil),
|
||||
delay_to_fade = delay_to_fade or 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue