From 8d50a9435121b93e99bbb73eebc302628f1aa67b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Thu, 10 Mar 2016 21:47:58 +0100 Subject: [PATCH] fix dot in class name --- Resources/views/Person/view.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/views/Person/view.html.twig b/Resources/views/Person/view.html.twig index a2ea48d39..97e1577c5 100644 --- a/Resources/views/Person/view.html.twig +++ b/Resources/views/Person/view.html.twig @@ -177,7 +177,7 @@ This view should receive those arguments: {{ 'Edit'|trans }} {%- else -%} - {{ 'No address given'|trans }} + {{ 'No address given'|trans }} {%- endif -%}