mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-13 04:59:59 +02:00
dns sec form label change
This commit is contained in:
parent
dbf17e34ce
commit
7e39e8a0ae
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ class DomainFormBaseView(DomainBaseView, FormMixin):
|
||||||
# send notification email for changes to any of these forms
|
# send notification email for changes to any of these forms
|
||||||
form_label_dict = {
|
form_label_dict = {
|
||||||
DomainSecurityEmailForm: "Security email",
|
DomainSecurityEmailForm: "Security email",
|
||||||
DomainDnssecForm: "DNSSec",
|
DomainDnssecForm: "DNSSEC / DS Data",
|
||||||
DomainDsdataFormset: "DNSSEC / DS Data",
|
DomainDsdataFormset: "DNSSEC / DS Data",
|
||||||
DomainOrgNameAddressForm: "Organization details",
|
DomainOrgNameAddressForm: "Organization details",
|
||||||
SeniorOfficialContactForm: "Senior official",
|
SeniorOfficialContactForm: "Senior official",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue