Skip to content

Commit

Permalink
minor wording
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedilger committed Sep 12, 2024
1 parent 899b4f7 commit 518a203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gossip-bin/src/ui/feed/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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());
}
}

Expand Down

0 comments on commit 518a203

Please sign in to comment.