diff --git a/securedrop/journalist_templates/account_new_two_factor.html b/securedrop/journalist_templates/account_new_two_factor.html index 508aedeb36..c116f0f677 100644 --- a/securedrop/journalist_templates/account_new_two_factor.html +++ b/securedrop/journalist_templates/account_new_two_factor.html @@ -4,7 +4,7 @@ {% block body %} {% if user.is_totp %} -
{{ gettext("You're almost done! To finish resetting your two-factor authentication, follow the instructions below to set up FreeOTP. Once you've added the entry for your account in the app, enter one of the 6-digit codes from the app to confirm that two-factor authentication is set up correctly.") }}
@@ -12,7 +12,7 @@{{ gettext("Once you have paired FreeOTP with this account, enter the 6-digit verification code below:") }}
{% else %} -{{ gettext('Once you have configured your YubiKey, enter the 6-digit verification code below:') }}
{% endif %}