diff --git a/coffee_cmd/src/coffee_term/command_show.rs b/coffee_cmd/src/coffee_term/command_show.rs index 593a09f..9237e1a 100644 --- a/coffee_cmd/src/coffee_term/command_show.rs +++ b/coffee_cmd/src/coffee_term/command_show.rs @@ -97,7 +97,7 @@ pub fn show_nurse_verify(nurse_verify: &ChainOfResponsibilityStatus) -> Result<( table.push([ term::format::dim(String::from("●")), term::format::bold(String::from("Defects")), - term::format::bold(String::from("Affected repositories")), + term::format::bold(String::from("Affected")), ]); table.divider();