From 41e59e9b6e0756736c22b067aa8e0e8a775b6f97 Mon Sep 17 00:00:00 2001 From: Saurabh Kumar <theskumar@users.noreply.github.com> Date: Thu, 10 Nov 2022 14:14:20 +0530 Subject: [PATCH] Update copy for the button to display backup codes --- .../users/templates/two_factor/core/backup_tokens_password.html | 2 +- hypha/apply/users/templates/users/account.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hypha/apply/users/templates/two_factor/core/backup_tokens_password.html b/hypha/apply/users/templates/two_factor/core/backup_tokens_password.html index 0a596a97a..ab2782383 100644 --- a/hypha/apply/users/templates/two_factor/core/backup_tokens_password.html +++ b/hypha/apply/users/templates/two_factor/core/backup_tokens_password.html @@ -37,7 +37,7 @@ {% include "forms/includes/field.html" %} {% endfor %} - <button class="button button--primary" type="submit">{% trans 'Show Codes' %}</button> + <button class="button button--primary" type="submit">{% trans 'Next' %}</button> </form> </div> {% endblock %} diff --git a/hypha/apply/users/templates/users/account.html b/hypha/apply/users/templates/users/account.html index 88afd1353..2fbd8f579 100644 --- a/hypha/apply/users/templates/users/account.html +++ b/hypha/apply/users/templates/users/account.html @@ -37,7 +37,7 @@ <h4>{% trans "Two-Factor Authentication (2FA)" %}</h4> {% if default_device %} <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> </div> {% else %} -- GitLab