fix: Fix a typo in EmptySetRelays error message
Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user