Remove the collection counter because it's not needed
authorJef van Schendel <mail@jefvanschendel.nl>
Fri, 8 Feb 2013 21:08:17 +0000 (22:08 +0100)
committerJef van Schendel <mail@jefvanschendel.nl>
Fri, 8 Feb 2013 21:08:17 +0000 (22:08 +0100)
mediagoblin/templates/mediagoblin/utils/collections.html

index 6cb5a342500c5321278430f50f8cf38d53c22e7a..0afd9ed80353e42b561ad8f87cc7a320949f82e7 100644 (file)
@@ -17,7 +17,7 @@
 #}
 
 {% block collections_content -%}
-  <h3>{% trans collected=media.collected %}In collections ({{ collected }}){% endtrans %}</h3>
+  <h3>{% trans collected=media.collected %}Collected in{% endtrans %}</h3>
   <p>
     {% for collection in media.collections %}
       {% if loop.last %}