From 3824f0dc3c1bab6f3860d11bc0167e7d6ec78ba3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicolas=20L=C5=93uillet?= Date: Mon, 30 Sep 2019 11:46:08 +0200 Subject: [PATCH] Fixed translation for 2FA --- .../UserBundle/Resources/views/Authentication/form.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Wallabag/UserBundle/Resources/views/Authentication/form.html.twig b/src/Wallabag/UserBundle/Resources/views/Authentication/form.html.twig index c16a6eaf..e15ed255 100644 --- a/src/Wallabag/UserBundle/Resources/views/Authentication/form.html.twig +++ b/src/Wallabag/UserBundle/Resources/views/Authentication/form.html.twig @@ -12,7 +12,7 @@ {# Authentication errors #} {% if authenticationError %} -

{{ authenticationError|trans(authenticationErrorData) }}

+

{{ authenticationError|trans(authenticationErrorData, 'SchebTwoFactorBundle') }}

{% endif %}
-- 2.41.0