From 4aafa7f0df1302dc0984ad942fef3c3be7bffd0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Wed, 30 Sep 2015 18:09:18 +0200 Subject: french translation --- .../views/themes/material/Security/forgotPassword.html.twig | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/Security') diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Security/forgotPassword.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Security/forgotPassword.html.twig index 9750f8ba..7d916237 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Security/forgotPassword.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Security/forgotPassword.html.twig @@ -9,12 +9,11 @@ {% block content %}
-

{% trans %}Forgot password{% endtrans %}

+
wallabag logo
- -

{% trans %}Enter your email address below and we'll send you password reset instructions.{% endtrans %}

+

{% trans %}Enter your email address below and we'll send you password reset instructions.{% endtrans %}

{% if form_errors(form) %} {{ form_errors(form) }} -- cgit v1.2.3