Skip to content

Commit

Permalink
new wording
Browse files Browse the repository at this point in the history
  • Loading branch information
pyDez committed Sep 25, 2024
1 parent 4175b1c commit 2247072
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion envergo/evaluations/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ def clean(self):
self.add_error(
None,
ValidationError(
"Nous ne parvenons pas à situer votre projet. Merci d'indiquer a minima un code postal.",
"Nous ne parvenons pas à situer votre projet. "
"Merci de saisir quelques caractères et de sélectionner une option dans la liste.",
code="unknown_department",
),
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h2 class="fr-stepper__title">

{% include '_field_snippet.html' with field=form.address %}
<div class="fr-info-text fr-mb-3w">
Si le projet n'a pas d'adresse, indiquez le nom de la commune où il se situe majoritairement.
Si le projet n'a pas d'adresse, sélectionnez le nom de la commune où il se situe majoritairement.
</div>
{% include '_field_snippet.html' with field=form.application_number %}
{% include '_field_snippet.html' with field=form.project_description bottom_help_text=True %}
Expand Down

0 comments on commit 2247072

Please sign in to comment.