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 df337f7 commit 10ecdccCopy full SHA for 10ecdcc
src/zulip.rs
@@ -298,7 +298,7 @@ async fn workqueue_commands(
298
pluralize("PR", assigned_prs.len())
299
);
300
writeln!(response, "Review capacity: {capacity}\n")?;
301
- writeln!(response, "*Note that only selected PRs that are assigned to you are considered as being in the review queue.*")?;
+ writeln!(response, "*Note that only certain PRs that are assigned to you are included in your review queue.*")?;
302
response
303
}
304
"set-pr-limit" => {
0 commit comments