From 5d44dc49f548e7616e8fa2ef448e943d4792c6e1 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 f93b67a19..2b4c1a810 100644 --- a/sapl/base/models.py +++ b/sapl/base/models.py @@ -136,7 +136,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') mostrar_brasao_painel = models.BooleanField(