diff --git a/app/auth/templates/auth/mfa.html b/app/auth/templates/auth/mfa.html index 26670eed..fa9921e6 100644 --- a/app/auth/templates/auth/mfa.html +++ b/app/auth/templates/auth/mfa.html @@ -20,7 +20,7 @@
Token
-
Please enter the 2FA code from your 2FA application
+
Please enter the 2FA code from your 2FA authenticator
{{ otp_token_form.token(class="form-control", autofocus="true") }} {{ render_field_errors(otp_token_form.token) }}