added "(optional)" to instances of Street address 2 fields

This commit is contained in:
Kristina Yin 2023-11-17 14:59:29 -08:00
parent 7b9bbb9390
commit 3f1ac333f8
No known key found for this signature in database
GPG key ID: 9BB3845BB3A21584
7 changed files with 10 additions and 10 deletions

View file

@ -442,7 +442,7 @@ class DomainApplication(TimeStampedModel):
address_line2 = models.TextField(
null=True,
blank=True,
help_text="Street address line 2",
help_text="Street address line 2 (optional)",
)
city = models.TextField(
null=True,