From a4aac481bae35d917b05f4485a6f4f242b9c15d4 Mon Sep 17 00:00:00 2001 From: Ricardo Lima Canela Date: Wed, 5 Feb 2020 15:31:05 -0300 Subject: [PATCH] alterando label do botao de receber para recuperar proposicao (#3090) --- sapl/materia/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapl/materia/forms.py b/sapl/materia/forms.py index e855dcc30..ed1b5df5b 100644 --- a/sapl/materia/forms.py +++ b/sapl/materia/forms.py @@ -119,7 +119,7 @@ class ReceberProposicaoForm(Form): self.helper.layout = Layout( Fieldset( _('Incorporar Proposição'), row1, - form_actions(label='Buscar Proposição') + form_actions(label='Recuperar Proposição') ) ) super(ReceberProposicaoForm, self).__init__(*args, **kwargs)