Merge pull request #1618 from cisagov/ky/domain-request-updates

Domain-request content updates (Part 1)
This commit is contained in:
Katherine-Osos 2024-01-12 17:34:44 -06:00 committed by GitHub
commit 6c6e7e35e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 30 additions and 29 deletions

View file

@ -213,7 +213,7 @@ class TribalGovernmentForm(RegistrarForm):
)
tribe_name = forms.CharField(
label="What is the name of the tribe you represent?",
label="Name of tribe",
error_messages={"required": "Enter the tribe you represent."},
)