diff --git a/src/PrestaShopBundle/Resources/views/Admin/Product/Include/form_combinations.html.twig b/src/PrestaShopBundle/Resources/views/Admin/Product/Include/form_combinations.html.twig index 93a5b5cbb095e..1f2dc727f0b5d 100644 --- a/src/PrestaShopBundle/Resources/views/Admin/Product/Include/form_combinations.html.twig +++ b/src/PrestaShopBundle/Resources/views/Admin/Product/Include/form_combinations.html.twig @@ -40,8 +40,8 @@ aria-expanded="false" aria-controls="bulk-combinations-container" > - {# First tag [1][/1] is for a HTML tag. Second tag [2] is the total of combinations available. #} - {{ 'Bulk actions ([1]0[/1]/[2] combination(s) selected)'|trans({}, 'Admin.Catalog.Feature')|replace({ '[1]': '', '[/1]': '', '[2]': combinations_count })|raw }} + {# First tag [1] is number of combinations selected. Second tag [2] is the total of combinations available. #} + {{ 'Bulk actions ([1]/[2] combination(s) selected)'|trans({}, 'Admin.Catalog.Feature')|replace({ '[1]': '0', '[2]': form.combinations|length })|raw }} keyboard_arrow_down