From ada7e198161063329114c0b01b502411c7223d09 Mon Sep 17 00:00:00 2001 From: Edward Ribeiro Date: Tue, 31 Jan 2017 15:31:16 -0200 Subject: [PATCH] Fix #463 --- sapl/materia/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapl/materia/models.py b/sapl/materia/models.py index d03445335..64c1e9a16 100644 --- a/sapl/materia/models.py +++ b/sapl/materia/models.py @@ -183,7 +183,7 @@ class MateriaLegislativa(models.Model): blank=True, null=True, upload_to=texto_upload_path, - verbose_name=_('Texto Original (PDF)'), + verbose_name=_('Texto Original'), validators=[restringe_tipos_de_arquivo_txt]) texto_articulado = GenericRelation(