mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-29 05:26:13 +00:00
DX: keep the same case between translation key and translation
This commit is contained in:
parent
5c413edb32
commit
0301641290
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user