Skip to content

Commit

Permalink
Fix typo Email
Browse files Browse the repository at this point in the history
Email changed to E-mail
  • Loading branch information
KarlSchiller authored Jan 25, 2024
1 parent cd08a97 commit c899f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion member_database/events/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def create_email_field(force_tu_mail=False):
)
)
else:
label = "Email"
label = "E-mail"
render_kw = None

return EmailField(
Expand Down

0 comments on commit c899f3b

Please sign in to comment.