diff --git a/src/registrar/models/domain_information.py b/src/registrar/models/domain_information.py index bf964be61..31b0ca607 100644 --- a/src/registrar/models/domain_information.py +++ b/src/registrar/models/domain_information.py @@ -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( diff --git a/src/registrar/models/domain_request.py b/src/registrar/models/domain_request.py index d9f411be7..f775e5812 100644 --- a/src/registrar/models/domain_request.py +++ b/src/registrar/models/domain_request.py @@ -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(