mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Improve message
This commit is contained in:
parent
636ac2e804
commit
283bd7179c
2 changed files with 2 additions and 2 deletions
|
|
@ -877,7 +877,7 @@ function alert_utils.drawAlertPCAPDownloadDialog(ifid)
|
|||
print(template.gen("traffic_extraction_dialog.html", { dialog = {
|
||||
id = modalID,
|
||||
title = i18n("traffic_recording.pcap_download"),
|
||||
message = i18n("traffic_recording.about_to_extract_flow", {date_begin = '<span id="'.. modalID ..'_begin">', date_end = '<span id="'.. modalID ..'_end">'}),
|
||||
message = i18n("traffic_recording.about_to_download_flow", {date_begin = '<span id="'.. modalID ..'_begin">', date_end = '<span id="'.. modalID ..'_end">'}),
|
||||
submit = i18n("traffic_recording.download"),
|
||||
form_method = "post",
|
||||
validator_options = "{ custom: { bpf: bpfValidator }, errors: { bpf: '"..i18n("traffic_recording.invalid_bpf").."' } }",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue