Skip to content

Commit 8615159

Browse files
Ifeanyichukwuvincenzopalazzo
Ifeanyichukwu
authored andcommitted
chore(cmd): change table label
1 parent 8f36fe5 commit 8615159

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("Action")),
100+
term::format::bold(String::from("Affected")),
101101
]);
102102
table.divider();
103103

0 commit comments

Comments
 (0)