changed titles of videos and photos section
[mediagoblin-libreplanet.git] / mediagoblin_libreplanet / templates / libreplanet / root.html
index 82ced8a9a11e8966619c91d2abf8dcd619bffe2a..c30a41d4568e44c55706a9f184e344987fe62f09 100644 (file)
   </p>
   -->
 
-  <h2>{% trans %}Videos{% endtrans %}</h2>
+  <h2>{% trans %}All Videos{% endtrans %}</h2>
   {{ media_grid(request, videos) }}
   <div class="clear"></div>
   <p>
     <a href="/videos">View all videos</a>
   </p>
 
-  <h2>{% trans %}Photos{% endtrans %}</h2>
+  <h2>{% trans %}All Photos{% endtrans %}</h2>
   {{ media_grid(request, images) }}
   <div class="clear"></div>
   <p>