From d937b80038e114c1936516b2daf90a1ea7867f49 Mon Sep 17 00:00:00 2001 From: Marc Ducobu Date: Sun, 5 Jul 2015 11:19:48 +0200 Subject: [PATCH] Error in label : report -> activity --- Resources/views/Activity/list.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/views/Activity/list.html.twig b/Resources/views/Activity/list.html.twig index 807650bce..5e2871555 100644 --- a/Resources/views/Activity/list.html.twig +++ b/Resources/views/Activity/list.html.twig @@ -45,7 +45,7 @@ {{ 'Show the activity' | trans }} - {{ 'Edit the report' | trans }} + {{ 'Edit the activity' | trans }} {% endfor %}