diff --git a/materia/forms.py b/materia/forms.py index e6be32d9c..977ec261b 100644 --- a/materia/forms.py +++ b/materia/forms.py @@ -506,7 +506,7 @@ class MateriaLegislativaFilterSet(django_filters.FilterSet): self.form.helper = FormHelper() self.form.helper.form_method = 'GET' self.form.helper.layout = Layout( - Fieldset(_('Pesquisa Básica'), + Fieldset(_('Pesquisa de Matéria'), row1, row2, row3, HTML(sapl.utils.autor_label), HTML(sapl.utils.autor_modal), diff --git a/templates/protocoloadm/documentoadministrativo_filter.html b/templates/protocoloadm/documentoadministrativo_filter.html index 149852470..25cb0afd1 100644 --- a/templates/protocoloadm/documentoadministrativo_filter.html +++ b/templates/protocoloadm/documentoadministrativo_filter.html @@ -30,7 +30,6 @@