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 d159c7193..1f4c82717 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/SocialWork/SocialAction/index.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/SocialWork/SocialAction/index.html.twig @@ -3,10 +3,10 @@ {% block admin_content %} {% embed '@ChillMain/CRUD/_index.html.twig' %} {% block table_entities_thead_tr %} - {{ 'Id'|trans }} + {{ 'id' }} {{ 'Title'|trans }} {{ 'Social issue'|trans }} - {{ 'Ordering'|trans }} + {{ 'Order'|trans }} {{ 'goal.desactivationDate'|trans }}   {% endblock %}