diff --git a/src/Bundle/ChillActivityBundle/Resources/views/Activity/list_recent.html.twig b/src/Bundle/ChillActivityBundle/Resources/views/Activity/list_recent.html.twig index e8be2c49e..e4184da36 100644 --- a/src/Bundle/ChillActivityBundle/Resources/views/Activity/list_recent.html.twig +++ b/src/Bundle/ChillActivityBundle/Resources/views/Activity/list_recent.html.twig @@ -13,7 +13,7 @@
{{ activity.date|format_date('short') }}
{%- endif -%} - {{ activity.type.name | localize_translatable_string }} + {{ activity.type.name|localize_translatable_string }} {% if activity.emergency %} {{ 'Emergency'|trans|upper }} @@ -41,7 +41,7 @@ {% if activity.user and t.userVisible %}