From: Nicolas LÅ“uillet Date: Mon, 30 Sep 2019 09:46:08 +0000 (+0200) Subject: Fixed translation for 2FA X-Git-Url: https://git.immae.eu/?p=github%2Fwallabag%2Fwallabag.git;a=commitdiff_plain;h=3824f0dc3c1bab6f3860d11bc0167e7d6ec78ba3 Fixed translation for 2FA --- 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 %}