Merge pull request #680 from Yamato-Security/update-saved-results-wording

update saved events wording
This commit is contained in:
DustInDark
2022-09-01 18:45:56 +09:00
committed by GitHub
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),