We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42f8104 commit 16d64daCopy full SHA for 16d64da
src/github/nag.rs
@@ -1110,7 +1110,7 @@ impl<'a> RfcBotComment<'a> {
1110
msg.push_str(" has proposed to ");
1111
msg.push_str(disposition.repr());
1112
msg.push_str(" this. The next step is review by the rest of the tagged ");
1113
- msg.push_str("teams:\n\n");
+ msg.push_str("team members:\n\n");
1114
1115
format_ticky_boxes(&mut msg,
1116
reviewers.iter().map(|(m, rr)| (m, rr.reviewed)));
0 commit comments