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(