From ee5a70f35f8dbdcc64e93456c98e06b2fce47a0a Mon Sep 17 00:00:00 2001 From: Victor Fabre Date: Thu, 14 Feb 2019 15:41:03 -0200 Subject: [PATCH] Muda label de pesquisa para melhor entendimento --- sapl/base/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapl/base/forms.py b/sapl/base/forms.py index 2e54f82be..3476ac09d 100644 --- a/sapl/base/forms.py +++ b/sapl/base/forms.py @@ -859,7 +859,7 @@ class RelatorioHistoricoTramitacaoFilterSet(django_filters.FilterSet): self.filters['tipo'].label = 'Tipo de Matéria' self.filters['tramitacao__unidade_tramitacao_local' - ].label = _('Unidade Local (Último Local)') + ].label = _('Unidade Local') self.filters['tramitacao__status'].label = _('Status') row1 = to_row([('tramitacao__data_tramitacao', 12)])