update saved events wording

This commit is contained in:
Yamato Security
2022-09-01 16:38:33 +09:00
parent 9ed1c355e7
commit 619ec5a0cc
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 484 KiB

After

Width:  |  Height:  |  Size: 488 KiB

View File

@@ -382,7 +382,7 @@ fn emit_csv<W: std::io::Write>(
&disp_wtr,
get_writable_color(None),
&format!(
"Detected alerts and events / Total events: {} / {} (Data reduction: {} events ({:.2}%))",
"Saved alerts and events / Total events analyzed: {} / {} (Data reduction: {} events ({:.2}%))",
(all_record_cnt - reducted_record_cnt).to_formatted_string(&Locale::en),
all_record_cnt.to_formatted_string(&Locale::en),
reducted_record_cnt.to_formatted_string(&Locale::en),