Skip to content

Commit

Permalink
Merge pull request #2 from samuelvi/replace_transchoice_by_trans
Browse files Browse the repository at this point in the history
replace transchoice by trans
  • Loading branch information
jmontoyaa authored Dec 15, 2020
2 parents fff01cb + f0b6a62 commit b2fae09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/views/blocks.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
{% endblock grid_pager %}
{# ---------------------------------------------------- grid_pager_totalcount -------------------------------------------------- #}
{% block grid_pager_totalcount %}
{{ '%count% Results, ' | transchoice(grid.totalCount, {'%count%': grid.totalCount}) }}
{{ '%count% Results, ' | trans({'%count%': grid.totalCount}) }}
{% endblock grid_pager_totalcount %}
{# ---------------------------------------------------- grid_pager_selectpage -------------------------------------------------- #}
{% block grid_pager_selectpage %}
Expand Down

0 comments on commit b2fae09

Please sign in to comment.