From c95fbc918a1db025a998dc812f7b08f9d882153a Mon Sep 17 00:00:00 2001 From: Florian BLOUET Date: Wed, 20 Jan 2016 11:49:57 +0100 Subject: [PATCH] PHRAS-913 - fix typo --- templates/web/prod/actions/Feedback/list.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/web/prod/actions/Feedback/list.html.twig b/templates/web/prod/actions/Feedback/list.html.twig index 1d21cee1a8..c2de2da523 100644 --- a/templates/web/prod/actions/Feedback/list.html.twig +++ b/templates/web/prod/actions/Feedback/list.html.twig @@ -37,7 +37,7 @@

- {% set length = ist.getEntries().count() %} + {% set length = list.getEntries().count() %} {% trans with {'%length%' : length} %}%length% peoples{% endtrans %} {% if list.getOwner(app.getAuthenticatedUser()).getRole() >= constant('Alchemy\\Phrasea\\Model\\Entities\\UsrListOwner::ROLE_EDITOR') %}