mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 18:56:15 +02:00
Merge pull request #3616 from cisagov/es/3397-domain-typos
3397: Domain page content changes [es]
This commit is contained in:
commit
1221b85e57
2 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@
|
||||||
{% if request.path|endswith:"renewal"%}
|
{% if request.path|endswith:"renewal"%}
|
||||||
<h1>Renew {{domain.name}} </h1>
|
<h1>Renew {{domain.name}} </h1>
|
||||||
{%else%}
|
{%else%}
|
||||||
<h1 class="break-word">Domain Overview</h1>
|
<h1 class="break-word">Domain overview</h1>
|
||||||
{% endif%}
|
{% endif%}
|
||||||
|
|
||||||
{% endblock %} {# domain_content #}
|
{% endblock %} {# domain_content #}
|
||||||
|
|
|
@ -99,7 +99,7 @@
|
||||||
{% if domain.dnssecdata is not None %}
|
{% if domain.dnssecdata is not None %}
|
||||||
{% include "includes/summary_item.html" with title='DNSSEC' value='Enabled' edit_link=url editable=is_editable %}
|
{% include "includes/summary_item.html" with title='DNSSEC' value='Enabled' edit_link=url editable=is_editable %}
|
||||||
{% else %}
|
{% 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 %}
|
{% endif %}
|
||||||
|
|
||||||
{% if portfolio %}
|
{% if portfolio %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue