mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-29 20:43:10 +02:00
added "(optional)" to instances of Middle name fields
This commit is contained in:
parent
3f1ac333f8
commit
78aa477719
5 changed files with 7 additions and 7 deletions
|
@ -83,7 +83,7 @@ class TransitionDomain(TimeStampedModel):
|
|||
middle_name = models.TextField(
|
||||
null=True,
|
||||
blank=True,
|
||||
help_text="Middle name",
|
||||
help_text="Middle name (optional)",
|
||||
)
|
||||
last_name = models.TextField(
|
||||
null=True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue