diff --git a/src/registrar/templates/domain_dnssec.html b/src/registrar/templates/domain_dnssec.html index 8e19e8360..691ba79b2 100644 --- a/src/registrar/templates/domain_dnssec.html +++ b/src/registrar/templates/domain_dnssec.html @@ -56,7 +56,7 @@ aria-labelledby="Are you sure you want to continue?" aria-describedby="Your DNSSEC records will be deleted from the registry." > - {% include 'includes/modal.html' with modal_heading="Are you sure you want to continue?" modal_button=modal_button|safe %} + {% include 'includes/modal.html' with modal_heading="Are you sure you want to disable DNSSEC?" modal_button=modal_button|safe %} {% endblock %} {# domain_content #} diff --git a/src/registrar/views/domain.py b/src/registrar/views/domain.py index 3f6e6df72..b51b931dc 100644 --- a/src/registrar/views/domain.py +++ b/src/registrar/views/domain.py @@ -292,7 +292,7 @@ class DomainDNSSECView(DomainFormBaseView): modal_button = ( '' + 'name="disable_dnssec">Confirm' ) context["modal_button"] = modal_button