mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-20 13:48:09 +00:00
Merge pull request #4134 from wallabag/fix-2fa-translation
Fixed translation for 2FA
This commit is contained in:
commit
43fab7363d
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
{# Authentication errors #}
|
{# Authentication errors #}
|
||||||
{% if authenticationError %}
|
{% if authenticationError %}
|
||||||
<p class="error">{{ authenticationError|trans(authenticationErrorData) }}</p>
|
<p class="error">{{ authenticationError|trans(authenticationErrorData, 'SchebTwoFactorBundle') }}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<div class="input-field col s12">
|
<div class="input-field col s12">
|
||||||
|
|
Loading…
Reference in a new issue