Skip to content

Commit

Permalink
fix(eleicao): add punctuation to texts
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelzinh3 committed Sep 19, 2023
1 parent ec50878 commit fbea62e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/eleicao/forms/candidate.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class Commitment1Form(forms.Form):
icon="icon-lgbt",
)
agree_5 = IconBooleanField(
label="Prioridade ao acionamento da rede de proteção, com encaminhamento a medidas socioeducativas como ultimo recurso",
label="Prioridade ao acionamento da rede de proteção, com encaminhamento a medidas socioeducativas como último recurso.",
required=True,
icon="icon-network",
)
Expand Down
2 changes: 1 addition & 1 deletion app/eleicao/templates/eleicao/includes/form_control.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
{% endif %}
</div>
{% if field.name == "lgpd" %}
<p class="mt-5">Esta escolha não afeta a participação do Candidato na Campanha.</p>
<p class="mt-5">Esta escolha não afeta a participação da candidatura na Campanha.</p>
{% endif %}

{% if field.name == "social_media" %}
Expand Down

0 comments on commit fbea62e

Please sign in to comment.