diff --git a/yazi-boot/src/boot.rs b/yazi-boot/src/boot.rs index ab7eaee9..5733e2b8 100644 --- a/yazi-boot/src/boot.rs +++ b/yazi-boot/src/boot.rs @@ -76,7 +76,7 @@ impl Boot { println!("\n\n--------------------------------------------------"); println!( - "When reporting a bug, please also upload the `yazi.log` log file - only upload the most recent portion by time." + "When reporting a bug, please also upload the `yazi.log` log file - only upload the most recent content by time." ); println!("You can find it in the {:?} directory.", Xdg::state_dir()); }