Updated tribe label

This commit is contained in:
Katherine-Osos 2024-01-10 12:26:18 -06:00 committed by GitHub
parent 8b06b38dbf
commit 3dc72997c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -170,7 +170,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."},
)