Merge pull request #1649 from cisagov/za/fix-on-hold-sentence-case

Hotfix for "On hold" not being in sentence case
This commit is contained in:
zandercymatics 2024-01-19 09:53:46 -07:00 committed by GitHub
commit 590c5fc264
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,7 +58,7 @@
{% elif domain.state == domain.State.UNKNOWN or domain.state == domain.State.DNS_NEEDED %} {% elif domain.state == domain.State.UNKNOWN or domain.state == domain.State.DNS_NEEDED %}
DNS needed DNS needed
{% else %} {% else %}
{{ domain.state|title }} {{ domain.state|capfirst }}
{% endif %} {% endif %}
</td> </td>
<td> <td>