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 e5b9b0b commit 831fdf3Copy full SHA for 831fdf3
src/github/nag.rs
@@ -1253,13 +1253,13 @@ impl<'a> RfcBotComment<'a> {
1253
1254
match disposition {
1255
FcpDisposition::Merge => {
1256
- msg.push_str("\n\nThe RFC will be merged soon.");
+ msg.push_str("\n\nThis will be merged soon.");
1257
}
1258
FcpDisposition::Close if can_ffcp_close(issue) => {
1259
- msg.push_str("\n\nThe RFC is now closed.");
+ msg.push_str("\n\nThis is now closed.");
1260
1261
FcpDisposition::Postpone if can_ffcp_postpone(issue) => {
1262
- msg.push_str("\n\nThe RFC is now postponed.");
+ msg.push_str("\n\nThis is now postponed.");
1263
1264
_ => {}
1265
0 commit comments