Skip to content

Commit 6365720

Browse files
Merge pull request #5049 from freedomofpress/use-same-2fa-instruction-journo-admin
Use the same 2FA instructions in journo/admin templates
2 parents a2e56fb + 53c71cf commit 6365720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

securedrop/journalist_templates/admin_new_user_two_factor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h1>{{ gettext('Enable FreeOTP') }}</h1>
1515
<p>{{ gettext("Can't scan the barcode? You can manually pair FreeOTP with this account by entering the following two-factor secret into the app:") }}</p>
1616
<p class="center"><span id="shared-secret">{{ user.formatted_otp_secret }}</span></p>
1717

18-
<p>{{ gettext('Once you have paired FreeOTP with this account, enter the 6-digit code below:') }}</p>
18+
<p>{{ gettext('Once you have paired FreeOTP with this account, enter the 6-digit verification code below:') }}</p>
1919
{% else %}
2020
<h1>{{ gettext('Enable YubiKey (OATH-HOTP)') }}</h1>
2121
<p>{{ gettext('Once you have configured your YubiKey, enter the 6-digit code below:') }}</p>

0 commit comments

Comments
 (0)