Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DjangoCRM committed Feb 8, 2025
1 parent f2d9833 commit 45076a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crm/forms/contact_form.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class ContactForm(forms.Form):
max_length=200
)
phone = forms.CharField(
label=_("Phone number(with country code)"),
label=_("Phone number (with country code)"),
max_length=200
)
company = forms.CharField(
Expand Down

0 comments on commit 45076a7

Please sign in to comment.