From 9b6fabee81b0aa6f70864f73902ab772b59fb56a Mon Sep 17 00:00:00 2001 From: Edward Ribeiro Date: Tue, 26 Nov 2019 15:57:52 -0300 Subject: [PATCH] HOT-FIX: corrige erro de grafia --- sapl/base/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapl/base/models.py b/sapl/base/models.py index f9dfeb382..07f028984 100644 --- a/sapl/base/models.py +++ b/sapl/base/models.py @@ -137,7 +137,7 @@ class AppConfig(models.Model): max_length=1, choices=POLITICA_PROTOCOLO_CHOICES, default='O') assinatura_ata = models.CharField( - verbose_name=_('Quem deve assina a ata'), + verbose_name=_('Quem deve assinar a ata'), max_length=1, choices=ASSINATURA_ATA_CHOICES, default='T') cronometro_discurso = models.DurationField(