PR suggestions

This commit is contained in:
zandercymatics 2024-04-22 13:15:08 -06:00
parent 97ccefba0d
commit 558a27d7d9
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
4 changed files with 7 additions and 7 deletions

View file

@ -671,7 +671,7 @@ class DomainRequest(TimeStampedModel):
cisa_representative_email = models.EmailField(
null=True,
blank=True,
verbose_name="CISA region representative",
verbose_name="CISA regional representative",
max_length=320,
)