]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Fixed translation for 2FA 4134/head
authorNicolas Lœuillet <nicolas@loeuillet.org>
Mon, 30 Sep 2019 09:46:08 +0000 (11:46 +0200)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Mon, 30 Sep 2019 09:46:08 +0000 (11:46 +0200)
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">