From 2a1c421110fd8aeef350081eb0c70a39134d15d8 Mon Sep 17 00:00:00 2001 From: Nicolas Le Goff Date: Thu, 3 Oct 2013 12:20:27 +0200 Subject: [PATCH] fix #1509 Fix missing label for stories status edition --- templates/web/prod/actions/Property/index.html.twig | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/templates/web/prod/actions/Property/index.html.twig b/templates/web/prod/actions/Property/index.html.twig index f61b30d83d..88e316b323 100644 --- a/templates/web/prod/actions/Property/index.html.twig +++ b/templates/web/prod/actions/Property/index.html.twig @@ -115,7 +115,14 @@ {% if nbStories > 0 %} - + + + {% if nbStories == 1 %} + {% trans %}Apply status on stories children. {% endtrans %} + {% elseif nbStories > 0 %} + {% trans %}Apply status on story children.{% endtrans %} + {% endif %} + {% endif %}