mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 08:50:12 +00:00
add missing text to temp working dir notification
This commit is contained in:
parent
1ef27ad7ff
commit
52d0346614
1 changed files with 2 additions and 1 deletions
|
|
@ -100,7 +100,8 @@ local function create_tempdir_notification_ui(notification)
|
|||
local title = i18n("warning")
|
||||
local description = i18n("about.datadir_warning")
|
||||
local action = {
|
||||
url = "https://www.ntop.org/support/faq/migrate-the-data-directory-in-ntopng/"
|
||||
url = "https://www.ntop.org/support/faq/migrate-the-data-directory-in-ntopng/",
|
||||
title = i18n("details.details")
|
||||
}
|
||||
|
||||
return notification_ui:create(notification.id, title, description, NotificationLevels.WARNING, action, notification.dismissable)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue