X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FUserBundle%2FResources%2Fviews%2FAuthentication%2Fform.html.twig;fp=src%2FWallabag%2FUserBundle%2FResources%2Fviews%2FAuthentication%2Fform.html.twig;h=e15ed255ba44d7c6e188db9999738daa599ac217;hb=3824f0dc3c1bab6f3860d11bc0167e7d6ec78ba3;hp=c16a6eaf5917ca13505b44cecca61b39c6739df1;hpb=14b73c6a1e1d465119cb5770a7e9948cd017d1cb;p=github%2Fwallabag%2Fwallabag.git 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 %}