diff --git a/app/templates/index.html b/app/templates/index.html
index c6b7847f..ba6fb608 100644
--- a/app/templates/index.html
+++ b/app/templates/index.html
@@ -69,9 +69,10 @@
{{ warning.title }}
{% endfor %}
- {% for t in tags[:3] %}
-
- {{ t.title }}
+ {% for tag in tags[:3] %}
+ {% set trans = tag.get_translated() %}
+
+ {{ trans.title }}
{% endfor %}