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 %}