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 45db489 commit 93b6d5bCopy full SHA for 93b6d5b
app/components/crate-header.hbs
@@ -54,7 +54,7 @@
54
</nav.Tab>
55
56
<nav.Tab @link={{link "crate.versions" @crate}} data-test-versions-tab>
57
- {{@crate.versions.length}} Versions
+ {{pluralize @crate.versions.length "Version"}}
58
59
60
<nav.Tab
0 commit comments