Skip to content

Commit

Permalink
Fix a typo in a label
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault committed Nov 12, 2024
1 parent 8601204 commit 3d1ee2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envergo/moulinette/regulations/conditionnalitepac.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class Bcae8Form(forms.Form):
lineaire_total = DisplayIntegerField(
label="Linéaire total de haie sur l’exploitation :",
label="Linéaire total de haies sur l’exploitation :",
required=True,
min_value=0,
widget=forms.TextInput(attrs={"placeholder": "En mètres"}),
Expand Down

0 comments on commit 3d1ee2a

Please sign in to comment.