diff --git a/hiboo/account/templates/account_auth_totp_reset.html b/hiboo/account/templates/account_auth_totp_reset.html index e351c0dd8bb7e3d9a1d6654b12404a7fd075f4b3..c01602286d89c7236b89a4dae3c523a89a253543 100644 --- a/hiboo/account/templates/account_auth_totp_reset.html +++ b/hiboo/account/templates/account_auth_totp_reset.html @@ -32,5 +32,5 @@ {% endblock %} {% block actions %} -<a href="{{ url_for(".totp_disable") }}" class="btn btn-warning">{% trans %}Cancel{% endtrans %}</a> +<a href="{{ url_for(".totp_disable") }}" class="btn btn-warning">{% trans %}Disable TOTP{% endtrans %}</a> {% endblock %}