Index: app/subapps/browser/templates/browser_charm.handlebars |
=== modified file 'app/subapps/browser/templates/browser_charm.handlebars' |
--- app/subapps/browser/templates/browser_charm.handlebars 2013-06-27 21:15:01 +0000 |
+++ app/subapps/browser/templates/browser_charm.handlebars 2013-07-01 17:28:53 +0000 |
@@ -54,8 +54,8 @@ |
<dl> |
<dt>Recent activity</dt> |
<dd> |
- <strong>{{ recent_download_count }}</strong> |
- {{pluralize 'download' recent_download_count}}, |
+ <strong>{{ downloads }}</strong> |
+ {{pluralize 'download' downloads}}, |
<strong>{{ recent_commit_count }}</strong> |
{{pluralize 'commit' recent_commit_count}} |
</dd> |