mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-31 07:47:28 +01:00
Fixed translation for 2FA
This commit is contained in:
parent
14b73c6a1e
commit
3824f0dc3c
@ -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…
x
Reference in New Issue
Block a user