Making field labels consistent (#551)

* Making field labels consistent

* Update field label

* Make field labels consistent

* Make field labels consistent
This commit is contained in:
Michelle Rago 2023-04-28 14:53:23 -04:00 committed by GitHub
parent 2c0dac98b5
commit 4af6a37c42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -293,7 +293,7 @@ class DomainApplication(TimeStampedModel):
choices=OrganizationChoices.choices,
null=True,
blank=True,
help_text="Type of Organization",
help_text="Type of organization",
)
federally_recognized_tribe = models.BooleanField(
@ -382,7 +382,7 @@ class DomainApplication(TimeStampedModel):
more_organization_information = models.TextField(
null=True,
blank=True,
help_text="Further information about the government organization",
help_text="More information about your organization",
)
authorizing_official = models.ForeignKey(