]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/UserBundle/Resources/views/Authentication/form.html.twig
Fixed translation for 2FA
[github/wallabag/wallabag.git] / src / Wallabag / UserBundle / Resources / views / Authentication / form.html.twig
index c16a6eaf5917ca13505b44cecca61b39c6739df1..e15ed255ba44d7c6e188db9999738daa599ac217 100644 (file)
@@ -12,7 +12,7 @@
 
             {# Authentication errors #}
             {% if authenticationError %}
-            <p class="error">{{ authenticationError|trans(authenticationErrorData) }}</p>
+            <p class="error">{{ authenticationError|trans(authenticationErrorData, 'SchebTwoFactorBundle') }}</p>
             {% endif %}
 
             <div class="input-field col s12">