From 518a203292ff29a54ef6d686d68e2d06e77c5a4c Mon Sep 17 00:00:00 2001 From: Mike Dilger Date: Thu, 12 Sep 2024 15:57:44 +1200 Subject: [PATCH] minor wording --- gossip-bin/src/ui/feed/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gossip-bin/src/ui/feed/mod.rs b/gossip-bin/src/ui/feed/mod.rs index 944a68ba..44fdd170 100644 --- a/gossip-bin/src/ui/feed/mod.rs +++ b/gossip-bin/src/ui/feed/mod.rs @@ -37,7 +37,7 @@ pub(super) fn enter_feed(app: &mut GossipUi, ctx: &Context, kind: FeedKind) { .collect(); if app.global_relays.is_empty() { app.global_relays - .push("You haven't configured any global relays".to_string()); + .push("You haven't configured any global relays, else they have errored recently".to_string()); } }