some fixes from ui checks
[wolnelektury.git] / apps / catalogue / templates / catalogue / tag_list_split.html
index b800d70..bc952c1 100644 (file)
@@ -1,10 +1,10 @@
 {% load i18n %}
 {% if books %}
-<p class="mono">{% trans "Literatura" %}
+<p class="mono">{% trans "Literature" %}
 {{books|safe}}
 {% endif %}
 
 {% if pictures %}
-<p class="mono">{% trans "Obrazy" %}
+<p class="mono">{% trans "Gallery" %}
 {{pictures|safe}}
 {% endif %}