diff --git a/templates/default/user/info.html.twig b/templates/default/user/info.html.twig
index 559da1a..8dd75ff 100644
--- a/templates/default/user/info.html.twig
+++ b/templates/default/user/info.html.twig
@@ -80,9 +80,16 @@
- {{ 'Content filter'|trans }} |
-
+ | {{ 'Content'|trans }} |
+
{% for i, locale in user.locales %}{% if i > 0 %},{% endif %} {{ locale|locale_name(locale)|u.title }}{% endfor %}
+ {#
+ {% for locale in user.locales %}
+
+ {{ locale|locale_name(locale)|u.title }}
+
+ {% endfor %}
+ #}
|
@@ -90,7 +97,7 @@
{{ user.theme }} |
- {{ 'Sensitive filter'|trans }} |
+ {{ 'Sensitive'|trans }} |
{% if user.sensitive %}
{{ 'yes'|trans }}
|