Skip to content
Snippets Groups Projects
Unverified Commit 874de02e authored by f00wl's avatar f00wl
Browse files

fix(text): disable button text is more explicite

parent 43423a46
No related branches found
No related tags found
No related merge requests found
...@@ -32,5 +32,5 @@ ...@@ -32,5 +32,5 @@
{% endblock %} {% endblock %}
{% block actions %} {% 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 %} {% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment