From b977e0f1cbc35b797e9b9546669f3e9e78b75b67 Mon Sep 17 00:00:00 2001 From: sxyazi Date: Fri, 11 Oct 2024 17:58:51 +0800 Subject: [PATCH] Link the PR --- yazi-plugin/src/cha/cha.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yazi-plugin/src/cha/cha.rs b/yazi-plugin/src/cha/cha.rs index cd236298..29ba64de 100644 --- a/yazi-plugin/src/cha/cha.rs +++ b/yazi-plugin/src/cha/cha.rs @@ -14,9 +14,9 @@ fn warn_deprecated() { if !WARNED.swap(true, std::sync::atomic::Ordering::Relaxed) { yazi_proxy::AppProxy::notify(yazi_proxy::options::NotifyOpt { title: "Deprecated API".to_owned(), - content: "The `created`, `modified`, `accessed`, `length`, and `permissions` properties of `Cha` have been deprecated. + content: "The `created`, `modified`, `accessed`, `length`, and `permissions` properties of `Cha` have been renamed. -Please use the new `btime`, `mtime`, `atime`, `len`, and `perm` instead.".to_string(), +Please use the new `btime`, `mtime`, `atime`, `len`, and `perm` instead. See https://github.com/sxyazi/yazi/pull/1761 for details.".to_string(), level: yazi_proxy::options::NotifyLevel::Warn, timeout: Duration::from_secs(20), });