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 6f1e56d commit 44a864dCopy full SHA for 44a864d
app/templates/crate/index.hbs
@@ -122,7 +122,7 @@
122
<img src="/assets/package.png"/>
123
{{ versions.length }}
124
</span>
125
- <span class='desc small'>Versions shipped</span>
+ <span class='desc small'>Versions published</span>
126
</div>
127
128
app/templates/index.hbs
@@ -30,7 +30,7 @@
30
<div class='crates'>
31
<img src="/assets/crate.png"/>
32
<span class='num'>{{format-num num_crates}}</span>
33
- <span class='desc small'>Crates shipped</span>
+ <span class='desc small'>Crates stored</span>
34
35
36
0 commit comments