Skip to content
Snippets Groups Projects
Unverified Commit 41e59e9b authored by Saurabh Kumar's avatar Saurabh Kumar
Browse files

Update copy for the button to display backup codes

parent 8111fcd3
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
{% include "forms/includes/field.html" %} {% include "forms/includes/field.html" %}
{% endfor %} {% endfor %}
<button class="button button--primary" type="submit">{% trans 'Show Codes' %}</button> <button class="button button--primary" type="submit">{% trans 'Next' %}</button>
</form> </form>
</div> </div>
{% endblock %} {% endblock %}
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
<h4>{% trans "Two-Factor Authentication (2FA)" %}</h4> <h4>{% trans "Two-Factor Authentication (2FA)" %}</h4>
{% if default_device %} {% if default_device %}
<div> <div>
<p><a class="button button--primary" href="{% url 'users:backup_tokens_password' %}">{% trans "Show backup codes" %}</a></p> <p><a class="button button--primary" href="{% url 'users:backup_tokens_password' %}">{% trans "Backup codes" %}</a></p>
<p><a class="button button--primary" href="{% url 'two_factor:disable' %}">{% trans "Disable 2FA" %}</a></p> <p><a class="button button--primary" href="{% url 'two_factor:disable' %}">{% trans "Disable 2FA" %}</a></p>
</div> </div>
{% else %} {% else %}
......
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