diff --git a/sapl/templates/materia/materialegislativa_filter.html b/sapl/templates/materia/materialegislativa_filter.html
index ec65ebd19..6488db2ca 100644
--- a/sapl/templates/materia/materialegislativa_filter.html
+++ b/sapl/templates/materia/materialegislativa_filter.html
@@ -56,12 +56,9 @@
{% endif %}
{% if m.autoria_set.all %}
- Autores:
+ Autore(s):
{% for a in m.autoria_set.all %}
{% if a.primeiro_autor %}
- {% if not forloop.first %}
- ,
- {% endif %}
{{a.autor.nome}}
{% endif %}
{% endfor %}