From a87f7e4be996cc40fe84cdb6e1e383fd0f7199f6 Mon Sep 17 00:00:00 2001 From: George Date: Wed, 27 May 2020 21:53:48 +0100 Subject: [PATCH] Change words --- app/auth/templates/auth/mfa.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }}