From 49c5cf04f787abc97bfe466b50e29dcea2d57ce1 Mon Sep 17 00:00:00 2001 From: Pierre Boissinot Date: Wed, 27 Jan 2021 11:52:51 +0100 Subject: [PATCH] fix(translation): use action.cancel translation --- Resources/views/Detail/index.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/views/Detail/index.html.twig b/Resources/views/Detail/index.html.twig index f99b13b9..1e39364a 100644 --- a/Resources/views/Detail/index.html.twig +++ b/Resources/views/Detail/index.html.twig @@ -30,7 +30,7 @@ {# Form's actions #}
- Cancel + {{ 'action.cancel'|trans }} {{ form_widget( scheduledCommandForm.save, {'attr': {'class': 'btn btn-success btn-lg pull-right'} } ) }}
{{ form_end( scheduledCommandForm ) }}