diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2019-09-30 13:38:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-30 13:38:16 +0200 |
commit | 43fab7363d7aae71ca92f66407d94d52dfb8780c (patch) | |
tree | bcd11cd0eedc417ff288de4f8e4ccdcb26fce4c8 /src/Wallabag/UserBundle | |
parent | 14b73c6a1e1d465119cb5770a7e9948cd017d1cb (diff) | |
parent | 3824f0dc3c1bab6f3860d11bc0167e7d6ec78ba3 (diff) | |
download | wallabag-43fab7363d7aae71ca92f66407d94d52dfb8780c.tar.gz wallabag-43fab7363d7aae71ca92f66407d94d52dfb8780c.tar.zst wallabag-43fab7363d7aae71ca92f66407d94d52dfb8780c.zip |
Merge pull request #4134 from wallabag/fix-2fa-translation
Fixed translation for 2FA
Diffstat (limited to 'src/Wallabag/UserBundle')
-rw-r--r-- | src/Wallabag/UserBundle/Resources/views/Authentication/form.html.twig | 2 |
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"> |