mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-06 01:35:22 +02:00
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:
commit
590c5fc264
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
|||
{% elif domain.state == domain.State.UNKNOWN or domain.state == domain.State.DNS_NEEDED %}
|
||||
DNS needed
|
||||
{% else %}
|
||||
{{ domain.state|title }}
|
||||
{{ domain.state|capfirst }}
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue