Fixed text labels

This commit is contained in:
David Kennedy 2024-09-26 18:57:38 -04:00
parent 4ab41f8278
commit 3f57a57089
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -2555,7 +2555,7 @@ class DomainAdmin(ListHeaderAdmin, ImportExportModelAdmin):
def dnssecdata(self, obj): def dnssecdata(self, obj):
return "Yes" if obj.dnssecdata else "No" return "Yes" if obj.dnssecdata else "No"
dnssecdata.short_description = "DNS Sec Enabled" # type: ignore dnssecdata.short_description = "DNSSEC enabled" # type: ignore
# Custom method to display formatted nameservers # Custom method to display formatted nameservers
def nameservers(self, obj): def nameservers(self, obj):