From 2c56ea480f6b0e3e3b98a6285fec671e9550b43d Mon Sep 17 00:00:00 2001
From: Erin Song <121973038+erinysong@users.noreply.github.com>
Date: Thu, 6 Mar 2025 09:15:48 -0800
Subject: [PATCH] Make requested content changes
---
src/registrar/templates/domain_base.html | 2 +-
src/registrar/templates/domain_detail.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/registrar/templates/domain_base.html b/src/registrar/templates/domain_base.html
index 58038d0a4..3451157b5 100644
--- a/src/registrar/templates/domain_base.html
+++ b/src/registrar/templates/domain_base.html
@@ -58,7 +58,7 @@
{% if request.path|endswith:"renewal"%}
Renew {{domain.name}}
{%else%}
- Domain Overview
+ Domain overview
{% endif%}
{% endblock %} {# domain_content #}
diff --git a/src/registrar/templates/domain_detail.html b/src/registrar/templates/domain_detail.html
index eba0eaf85..a0d477249 100644
--- a/src/registrar/templates/domain_detail.html
+++ b/src/registrar/templates/domain_detail.html
@@ -99,7 +99,7 @@
{% if domain.dnssecdata is not None %}
{% include "includes/summary_item.html" with title='DNSSEC' value='Enabled' edit_link=url editable=is_editable %}
{% else %}
- {% include "includes/summary_item.html" with title='DNSSEC' value='Not Enabled' edit_link=url editable=is_editable %}
+ {% include "includes/summary_item.html" with title='DNSSEC' value='Not enabled' edit_link=url editable=is_editable %}
{% endif %}
{% if portfolio %}