From 1d08d2e77dec6dc2c5a8df8776b74f4ba5405e8d Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Mon, 16 Feb 2026 10:57:39 +0000 Subject: fix: report wording `fetching` ~> `checking` to be consistent with the summary version --- src/lib/client.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/client.rs b/src/lib/client.rs index 580db5c..6f817d5 100644 --- a/src/lib/client.rs +++ b/src/lib/client.rs @@ -493,7 +493,7 @@ impl Connect for Client { // Finish the pre-added heading bar now that the draw target // is visible so indicatif actually renders it. if let Some(heading) = heading_bar_for_timer { - heading.finish_with_message("fetching updates..."); + heading.finish_with_message("Checking nostr relays..."); } // Mark as revealed and flush all bars that finished while // the draw target was hidden. Hold the lock across the flag @@ -2239,7 +2239,7 @@ pub async fn fetching_with_report( let verbose = is_verbose(); if verbose { let term = console::Term::stderr(); - term.write_line("fetching updates...")?; + term.write_line("Checking nostr relays...")?; } let (relay_reports, progress_reporter) = client .fetch_all( -- cgit v1.2.3