diff --git a/src/error.rs b/src/error.rs index ad57e9a..d2666e0 100644 --- a/src/error.rs +++ b/src/error.rs @@ -81,7 +81,7 @@ pub enum N34Error { "The set '{0}' doesn't contain any addresses. Use 'sets update' to add addresses to it." )] EmptySetNaddrs(String), - #[error("The set '{0}' doesn't contain any relays. Use 'sets update' to add addresses to it.")] + #[error("The set '{0}' doesn't contain any relays. Use 'sets update' to add relays to it.")] EmptySetRelays(String), #[error( "Issue not found, make sure it is in the relays and make sure that the ID is an issue ID"