Skip to content

Commit

Permalink
Merge pull request #5049 from freedomofpress/use-same-2fa-instruction…
Browse files Browse the repository at this point in the history
…-journo-admin

Use the same 2FA instructions in journo/admin templates
  • Loading branch information
zenmonkeykstop authored Dec 4, 2019
2 parents a2e56fb + 53c71cf commit 6365720
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h1>{{ gettext('Enable FreeOTP') }}</h1>
<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>
<p class="center"><span id="shared-secret">{{ user.formatted_otp_secret }}</span></p>

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

0 comments on commit 6365720

Please sign in to comment.