fix: Fix a typo in EmptySetRelays error message

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb
2025-07-01 12:45:53 +00:00
parent 7c589f1c6c
commit 7d700602ef

View File

@@ -81,7 +81,7 @@ pub enum N34Error {
"The set '{0}' doesn't contain any addresses. Use 'sets update' to add addresses to it." "The set '{0}' doesn't contain any addresses. Use 'sets update' to add addresses to it."
)] )]
EmptySetNaddrs(String), 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), EmptySetRelays(String),
#[error( #[error(
"Issue not found, make sure it is in the relays and make sure that the ID is an issue ID" "Issue not found, make sure it is in the relays and make sure that the ID is an issue ID"