Skip to content

Commit 93b6d5b

Browse files
authored
crate-header: correctly pluralise the number of crate versions (#7538)
1 parent 45db489 commit 93b6d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/crate-header.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
</nav.Tab>
5555

5656
<nav.Tab @link={{link "crate.versions" @crate}} data-test-versions-tab>
57-
{{@crate.versions.length}} Versions
57+
{{pluralize @crate.versions.length "Version"}}
5858
</nav.Tab>
5959

6060
<nav.Tab

0 commit comments

Comments
 (0)