capitalize first character

pull/225/head
Aevann 2024-03-01 22:01:25 +02:00
parent 535fc9973a
commit 584667a379
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
- {{u.unchud_string}}
{% endif %}
"{{u.chud_phrase}}"
"{{u.chud_phrase[0].upper() + u.chud_phrase[1:]}}"
</h5>
{% endif %}
{% if u.is_suspended %}