From e194e3bb7af888c26aaccf960b39291068a81afc Mon Sep 17 00:00:00 2001 From: Ifeanyichukwu Date: Wed, 17 Apr 2024 09:25:49 +0100 Subject: [PATCH 1/2] chore(change-table-label): change table label from Affected repositories to Action --- coffee_cmd/src/coffee_term/command_show.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coffee_cmd/src/coffee_term/command_show.rs b/coffee_cmd/src/coffee_term/command_show.rs index 593a09f..c39f7ae 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("Action")), ]); table.divider(); From b91ce1365084a1a21ec856319bcc7586692e478c Mon Sep 17 00:00:00 2001 From: Ifeanyichukwu Date: Thu, 18 Apr 2024 10:52:33 +0100 Subject: [PATCH 2/2] chore(cmd): change table label --- coffee_cmd/src/coffee_term/command_show.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coffee_cmd/src/coffee_term/command_show.rs b/coffee_cmd/src/coffee_term/command_show.rs index c39f7ae..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("Action")), + term::format::bold(String::from("Affected")), ]); table.divider();