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 554abaa commit 98bdb04Copy full SHA for 98bdb04
DjangoPlugin/tracdjangoplugin/plugins.py
@@ -124,7 +124,7 @@ def get_navigation_items(self, req):
124
(
125
"subnav",
126
"needs_review",
127
- tag.a("Needs Review", href="/query?has_patch=1&needs_better_patch=0&needs_docs=0&needs_tests=0&stage=Accepted&status=!closed&order=changetime&desc=1"),
+ tag.a("Needs PR Review", href="/query?has_patch=1&needs_better_patch=0&needs_docs=0&needs_tests=0&stage=Accepted&status=!closed&order=changetime&desc=1"),
128
),
129
130
0 commit comments