diff --git a/sapl/templates/base.html b/sapl/templates/base.html
index a18bb2e43..692add18d 100644
--- a/sapl/templates/base.html
+++ b/sapl/templates/base.html
@@ -165,9 +165,9 @@
{# XXX Make better use of translation tags in html blocks ie. actually use the proper blocktrans tag efficiently #}
{% if nome %}
- {{ nome }} {% trans 'de' %} {{ municipio }} - {{ uf }}
+ {{ nome }}
{% else %}
- {% trans 'Câmara Municipal'%}
+ {% trans 'Câmara/Assembléia não configurada'%}
{% endif %}
{% trans 'Sistema de Apoio ao Processo Legislativo' %}
@@ -255,7 +255,7 @@