From fbea323d1e12ff2a6547c034ab9ba3696f16e0a6 Mon Sep 17 00:00:00 2001 From: sxyazi Date: Sat, 9 Mar 2024 17:26:55 +0800 Subject: [PATCH] .. --- yazi-boot/src/boot.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); }