From ca2cc5d65eca4d63cd8df8ae02c36c2c5fac27ad Mon Sep 17 00:00:00 2001 From: protoclown <ornano@felinn.org> Date: Tue, 21 Feb 2023 23:57:24 +0100 Subject: [PATCH] fix: wording --- hiboo/account/templates/account_auth_totp.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hiboo/account/templates/account_auth_totp.html b/hiboo/account/templates/account_auth_totp.html index 73756af..5894c41 100644 --- a/hiboo/account/templates/account_auth_totp.html +++ b/hiboo/account/templates/account_auth_totp.html @@ -6,7 +6,7 @@ {% block content %} <div class="col-md-6 col"> - <p>{% trans %}2FA is an optional secondary layer of the authentication process used to enforce the protection of your account with a one-time password. You can read <a href="https://en.wikipedia.org/wiki/Time-based_one-time_password">this Wikipedia page</a> if you want to learn more about this mechanism.{% endtrans %} + <p>{% trans %}TOTP is an optional secondary layer of the authentication process used to enforce the protection of your account with a one-time password. You can read <a href="https://en.wikipedia.org/wiki/Time-based_one-time_password">this Wikipedia page</a> if you want to learn more about this mechanism.{% endtrans %} </p> </div> -- GitLab