aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2019-09-30 11:46:08 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2019-09-30 11:46:08 +0200
commit3824f0dc3c1bab6f3860d11bc0167e7d6ec78ba3 (patch)
treebcd11cd0eedc417ff288de4f8e4ccdcb26fce4c8 /src
parent14b73c6a1e1d465119cb5770a7e9948cd017d1cb (diff)
downloadwallabag-3824f0dc3c1bab6f3860d11bc0167e7d6ec78ba3.tar.gz
wallabag-3824f0dc3c1bab6f3860d11bc0167e7d6ec78ba3.tar.zst
wallabag-3824f0dc3c1bab6f3860d11bc0167e7d6ec78ba3.zip
Fixed translation for 2FA
Diffstat (limited to 'src')
-rw-r--r--src/Wallabag/UserBundle/Resources/views/Authentication/form.html.twig2
1 files changed, 1 insertions, 1 deletions
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 @@
12 12
13 {# Authentication errors #} 13 {# Authentication errors #}
14 {% if authenticationError %} 14 {% if authenticationError %}
15 <p class="error">{{ authenticationError|trans(authenticationErrorData) }}</p> 15 <p class="error">{{ authenticationError|trans(authenticationErrorData, 'SchebTwoFactorBundle') }}</p>
16 {% endif %} 16 {% endif %}
17 17
18 <div class="input-field col s12"> 18 <div class="input-field col s12">