minor wording

This commit is contained in:
Mike Dilger 2024-09-12 15:57:44 +12:00
parent 899b4f7ede
commit 518a203292

View File

@ -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());
}
}