Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: fix typo
✗ CI failure Fintan Halpenny committed 1 month ago
commit 9acdad64d3f10a1c5f5040db6673c2634485cdd0
parent a089ca78877357abd030075e02789816eb60e09f
1 failed (1 total) View logs
1 file changed +1 -1
modified crates/radicle-cli/src/commands/inbox.rs
@@ -393,7 +393,7 @@ fn clear(
    let question = match &mode {
        ClearMode::ByNotifications(ids) => format!("Clear {} notifications?", ids.len()),
        ClearMode::ByRepo(rid) => format!("Clear all notifications of repository {rid}?"),
-
        ClearMode::All => "Clear all notification?".to_string(),
+
        ClearMode::All => "Clear all notifications?".to_string(),
        ClearMode::Contextual => "Clear all notifications of current repository?".to_string(),
    };