DX: keep the same case between translation key and translation

This commit is contained in:
2023-01-25 13:34:36 +01:00
parent 5c413edb32
commit 0301641290

View File

@@ -3,7 +3,7 @@
{% block admin_content %} {% block admin_content %}
{% embed '@ChillMain/CRUD/_index.html.twig' %} {% embed '@ChillMain/CRUD/_index.html.twig' %}
{% block table_entities_thead_tr %} {% block table_entities_thead_tr %}
<th>{{ 'id' }}</th> <th>{{ 'Id' }}</th>
<th>{{ 'Title'|trans }}</th> <th>{{ 'Title'|trans }}</th>
<th>{{ 'Social issue'|trans }}</th> <th>{{ 'Social issue'|trans }}</th>
<th>{{ 'Order'|trans }}</th> <th>{{ 'Order'|trans }}</th>