fixing migration issue

This commit is contained in:
David Kennedy 2024-01-02 13:58:27 -05:00
parent 0b2259c35a
commit 9a0621bdf3
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B
2 changed files with 2 additions and 2 deletions

View file

@ -976,7 +976,7 @@ class Domain(TimeStampedModel, DomainHelper):
security_contact_registry_id = TextField(
null=True,
help_text=("Duplication of registry's security contact id for when the registry is unavailable"),
help_text=("Duplication of registry's security contact id for when the registry unavailable"),
editable=False,
)