Skip to content

Commit 8f36fe5

Browse files
Ifeanyichukwuvincenzopalazzo
Ifeanyichukwu
authored andcommitted
chore(change-table-label): change table label from Affected repositories to Action
1 parent 4528011 commit 8f36fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coffee_cmd/src/coffee_term/command_show.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ pub fn show_nurse_verify(nurse_verify: &ChainOfResponsibilityStatus) -> Result<(
9797
table.push([
9898
term::format::dim(String::from("●")),
9999
term::format::bold(String::from("Defects")),
100-
term::format::bold(String::from("Affected repositories")),
100+
term::format::bold(String::from("Action")),
101101
]);
102102
table.divider();
103103

0 commit comments

Comments
 (0)