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 77304a4 commit ee16ddfCopy full SHA for ee16ddf
templates/releases/build_queue.html
@@ -98,7 +98,7 @@
98
benefit from new features in rustdoc.
99
</p>
100
{%- if !expand_rebuild_queue -%}
101
- <p>There are currently {{ rebuild_queue.len() }} crates in the rebuild queue.</p>
+ <p>There are currently {{ rebuild_queue.len() }} crate{{ rebuild_queue.len()|pluralize }} in the rebuild queue.</p>
102
<p><a href="?expand=1">Show</a></p>
103
{%- endif -%}
104
</div>
0 commit comments