diff --git a/hiboo/account/templates/account_auth_totp.html b/hiboo/account/templates/account_auth_totp.html index 73756af401f72d093527bae23598c351c16b14ef..5894c414b9fd584af49722110e8e3c1f44d6288b 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>