From 0301641290af0f861eb9264abe3e41c9315d57e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Wed, 25 Jan 2023 13:34:36 +0100 Subject: [PATCH] DX: keep the same case between translation key and translation --- .../Resources/views/SocialWork/SocialAction/index.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bundle/ChillPersonBundle/Resources/views/SocialWork/SocialAction/index.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/SocialWork/SocialAction/index.html.twig index 1f4c82717..e78216f04 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/SocialWork/SocialAction/index.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/SocialWork/SocialAction/index.html.twig @@ -3,7 +3,7 @@ {% block admin_content %} {% embed '@ChillMain/CRUD/_index.html.twig' %} {% block table_entities_thead_tr %} - {{ 'id' }} + {{ 'Id' }} {{ 'Title'|trans }} {{ 'Social issue'|trans }} {{ 'Order'|trans }}