diff --git a/templates/ContentGenerator/TwoFactorAuthentication.html.ep b/templates/ContentGenerator/TwoFactorAuthentication.html.ep index 50a30eac88..dff26753df 100644 --- a/templates/ContentGenerator/TwoFactorAuthentication.html.ep +++ b/templates/ContentGenerator/TwoFactorAuthentication.html.ep @@ -2,19 +2,17 @@ % % if ($otp_link) {
- <%= maketext('To set up one-time password generation, scan the QRCode below with an authenticator app ' + <%= maketext('To set up one-time password generation, scan the QR code below with an authenticator app ' . '(such as Google Authenticator, Microsoft Authenticator, Twilio Authy, etc.) installed on a mobile ' - . 'device.') =%> + . 'device. Alternatively, after installing an authenticator app on a mobile device, open this page on ' + . 'that device, and click on the QR code below.') =%>
- <%== maketext('Alternately, after installing an authenticator app on a mobile device, ' - . 'open this page on that device, and click here.', - $otp_link) =%> -
<%= maketext('Once the authenticator app is set up, enter the code it generates below.') =%>