From 5802659712ff9259f823600a1aa03fd3f728e3c5 Mon Sep 17 00:00:00 2001 From: Jean-Yves Gaulier Date: Wed, 28 Jan 2015 19:57:20 +0100 Subject: [PATCH] #PHRAS-276 #time 45m --- templates/web/email-template.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/web/email-template.html.twig b/templates/web/email-template.html.twig index a567c63183..0088e4043b 100644 --- a/templates/web/email-template.html.twig +++ b/templates/web/email-template.html.twig @@ -106,7 +106,7 @@ {% if expiration is not none %} - Ce lien est valable jusqu'au {{ app['date-formatter'].getDate(expiration) }} {{ app['date-formatter'].getTime(expiration) }} + {% trans 'Ce lien est valable jusqu\'au' %} {{ app['date-formatter'].getDate(expiration) }} {{ app['date-formatter'].getTime(expiration) }} {% endif %}