mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 19:20:47 +02:00
* title or role updates V1 * updated error message for OtherContactsForm * Correcting user_profile.py
This commit is contained in:
parent
1ee1382dfd
commit
901e487bf5
1 changed files with 3 additions and 3 deletions
|
@ -446,7 +446,7 @@ class SeniorOfficialForm(RegistrarForm):
|
|||
error_messages={"required": ("Enter the last name / family name of your senior official.")},
|
||||
)
|
||||
title = forms.CharField(
|
||||
label="Title or role in your organization",
|
||||
label="Title or role",
|
||||
error_messages={
|
||||
"required": (
|
||||
"Enter the title or role your senior official has in your"
|
||||
|
@ -664,10 +664,10 @@ class OtherContactsForm(RegistrarForm):
|
|||
error_messages={"required": "Enter the last name / family name of this contact."},
|
||||
)
|
||||
title = forms.CharField(
|
||||
label="Title or role in your organization",
|
||||
label="Title or role",
|
||||
error_messages={
|
||||
"required": (
|
||||
"Enter the title or role in your organization of this contact (e.g., Chief Information Officer)."
|
||||
"Enter the title or role of this contact in your organization (e.g., Chief Information Officer)."
|
||||
)
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue