Fixed translation for 2FA

This commit is contained in:
Nicolas Lœuillet 2019-09-30 11:46:08 +02:00
parent 14b73c6a1e
commit 3824f0dc3c
No known key found for this signature in database
GPG key ID: 3A8718BE51C3BA8E

View 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">