mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-17 18:09:25 +02:00
Fix field helper text
This commit is contained in:
parent
788a190a44
commit
42d2eb3ccd
2 changed files with 2 additions and 3 deletions
|
@ -82,7 +82,7 @@ class DomainInformation(TimeStampedModel):
|
|||
choices=DomainRequest.OrgChoicesElectionOffice.choices,
|
||||
null=True,
|
||||
blank=True,
|
||||
help_text="Type of organization - Election office",
|
||||
help_text="\"Election\" appears after the org type if it's an election office.",
|
||||
)
|
||||
|
||||
federally_recognized_tribe = models.BooleanField(
|
||||
|
@ -115,7 +115,6 @@ class DomainInformation(TimeStampedModel):
|
|||
null=True,
|
||||
blank=True,
|
||||
verbose_name="election office",
|
||||
help_text="Is your organization an election office?",
|
||||
)
|
||||
|
||||
organization_name = models.CharField(
|
||||
|
|
|
@ -496,7 +496,7 @@ class DomainRequest(TimeStampedModel):
|
|||
choices=OrgChoicesElectionOffice.choices,
|
||||
null=True,
|
||||
blank=True,
|
||||
help_text="Type of organization - Election office",
|
||||
help_text="\"Election\" appears after the org type if it's an election office.",
|
||||
)
|
||||
|
||||
federally_recognized_tribe = models.BooleanField(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue