Skip to content

Commit

Permalink
Added missing translation to policy/list.html.twig
Browse files Browse the repository at this point in the history
  • Loading branch information
adriendupuis authored Oct 27, 2023
1 parent f721921 commit a68d08f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
{% if policy.function == '*' %}
{{ ('role.policy.all_functions')|trans({}, 'forms')|desc('All functions') }}
{% else %}
{{ policy.function|capitalize }}
{{ ('role.policy.' ~ policy.module ~ '.' ~ policy.function)|trans({}, 'forms')|desc(policy.function) }}
{% endif %}
</td>
<td class="ez-table__cell">
Expand Down

0 comments on commit a68d08f

Please sign in to comment.