Update User, UserGroup form field names

This commit is contained in:
Erin 2024-04-16 10:55:16 -07:00
parent f33fbcd41d
commit f37d98df58
No known key found for this signature in database
GPG key ID: 1CAD275313C62460
2 changed files with 41 additions and 3 deletions

View file

@ -478,7 +478,7 @@ class DomainRequest(TimeStampedModel):
is_election_board = models.BooleanField(
null=True,
blank=True,
verbose_name="election office",
verbose_name="Election office",
help_text="Is your organization an election office?",
)