mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-29 15:53:31 +02:00
Remove inaccurate verbose name on domain info
This commit is contained in:
parent
37bf09f7e8
commit
e29ebc5b95
1 changed files with 0 additions and 1 deletions
|
@ -180,7 +180,6 @@ class DomainInformation(TimeStampedModel):
|
|||
null=True,
|
||||
# Access this information via Domain as "domain.domain_info"
|
||||
related_name="domain_info",
|
||||
verbose_name="domain request",
|
||||
help_text="Domain to which this information belongs",
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue