From 874de02e2bc3cfd0a963dfc9c05ac22f5150bc5e Mon Sep 17 00:00:00 2001 From: f00wl <f00wl@felinn.org> Date: Tue, 21 Feb 2023 14:56:23 +0100 Subject: [PATCH] fix(text): disable button text is more explicite --- hiboo/account/templates/account_auth_totp_reset.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hiboo/account/templates/account_auth_totp_reset.html b/hiboo/account/templates/account_auth_totp_reset.html index e351c0d..c016022 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 %} -- GitLab