edit modal text on dnssec page

This commit is contained in:
Rachid Mrad 2023-10-24 12:19:48 -04:00
parent 548735cb07
commit 15f656b77a
No known key found for this signature in database
GPG key ID: EF38E4CEC4A8F3CF
2 changed files with 2 additions and 2 deletions

View file

@ -56,7 +56,7 @@
aria-labelledby="Are you sure you want to continue?" aria-labelledby="Are you sure you want to continue?"
aria-describedby="Your DNSSEC records will be deleted from the registry." 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 %}
</div> </div>
{% endblock %} {# domain_content #} {% endblock %} {# domain_content #}

View file

@ -292,7 +292,7 @@ class DomainDNSSECView(DomainFormBaseView):
modal_button = ( modal_button = (
'<button type="submit" ' '<button type="submit" '
'class="usa-button usa-button--secondary" ' 'class="usa-button usa-button--secondary" '
'name="disable_dnssec">Disable DNSSEC</button>' 'name="disable_dnssec">Confirm</button>'
) )
context["modal_button"] = modal_button context["modal_button"] = modal_button