diff --git a/server/core/templates/login_totp.html b/server/core/templates/login_totp.html index 5b6eeb4fd..b98270c88 100644 --- a/server/core/templates/login_totp.html +++ b/server/core/templates/login_totp.html @@ -1,11 +1,13 @@ (% extends "login_base.html" %) (% block logincontainer %) - + (% match errors %) (% when LoginTotpError::Syntax %) - Invalid Value - TOTP must only consist of numbers +
Invalid Value
+Code must only consist of numbers, please try again.
+