Skip to content

Commit

Permalink
Update forms.py
Browse files Browse the repository at this point in the history
  • Loading branch information
orangesunny authored Oct 1, 2024
1 parent 61d33d5 commit f14ddd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions weblate/accounts/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,8 +416,8 @@ class ContactForm(forms.Form):
label=gettext_lazy("Message"),
required=True,
help_text=gettext_lazy(
"Please contact us in English. Otherwise we might "
"be unable to process your request."
"Please contact us in English. Otherwise, we might "
"not process your request."
),
max_length=2000,
widget=forms.Textarea,
Expand Down

0 comments on commit f14ddd3

Please sign in to comment.