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 0a596a97a43e2532b6b53444e62dc0690bd84ff4..ab2782383577ec36b06faaf9df033deb29047579 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 88afd1353393c0c35e85b8958433534901e9b7f5..2fbd8f579b08527fa89fa165e7ddf6b478e49812 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 %}