mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-16 09:37:03 +02:00
Fix typo
This commit is contained in:
parent
d5b557d443
commit
0d2a89de01
1 changed files with 1 additions and 1 deletions
|
@ -729,7 +729,7 @@ class DomainAdmin(ListHeaderAdmin):
|
||||||
obj.save()
|
obj.save()
|
||||||
except RegistryError as err:
|
except RegistryError as err:
|
||||||
# Using variables to get past the linter
|
# Using variables to get past the linter
|
||||||
message1 = f"Cannot delete Domain when in status {obj.status}"
|
message1 = f"Cannot delete Domain when in state {obj.state}"
|
||||||
message2 = "This subdomain is being used as a hostname on another domain"
|
message2 = "This subdomain is being used as a hostname on another domain"
|
||||||
# Human-readable mappings of ErrorCodes. Can be expanded.
|
# Human-readable mappings of ErrorCodes. Can be expanded.
|
||||||
error_messages = {
|
error_messages = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue