We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ed3bb3 + cefa217 commit c2f253eCopy full SHA for c2f253e
1 file changed
views/stats.html
@@ -1,7 +1,7 @@
1
<ul>
2
<li><strong>{{projects.length}}</strong> public repos</li>
3
- <li><strong>{{orgs.length}}</strong> organisations</li>
+ <li><strong>{{orgs.length}}</strong> organizations</li>
4
<li><strong>{{langs.length}}</strong> languages</li>
5
<li><strong>{{stats.bitesCode | unitNum}}bytes</strong> of code</li>
6
<li><strong>{{projects[0].pushed_at | timeDiff}}</strong> since last commit</li>
7
-</ul>
+</ul>
0 commit comments