Skip to content

Commit

Permalink
Minor rewording of mfa help (#4296)
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhz authored Nov 26, 2024
1 parent 14d2d2b commit 92e9a86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/views/help.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ <h3 class="govuk-heading-s" id="new-user-email">Part 1: Requesting a new account

<h3 class="govuk-heading-s" id="why-otp">What is two-step authentication and why do I need to use an OTP?</h3>
<p class="govuk-body">
An OTP (one-time password) is a unique code that confirms your identity. It’s generated by an authenticator app on your smartphone. You can download free authenticator apps like Google Authenticator, Microsoft Authenticator, or FreeOTP. These apps are available on the App Store for iPhone, or Google Play for Android.
An OTP (one-time password) is a unique code that confirms your identity. It’s generated by an authenticator app on your smartphone. You can download one of these free authenticator apps: Google Authenticator, Microsoft Authenticator, or FreeOTP. These apps are available on the App Store for iPhone, or Google Play for Android.
</p>
<p class="govuk-body">
To keep the service and your account secure, you must sign in to your TDR account using an OTP in addition to your personal password.
Expand All @@ -205,7 +205,7 @@ <h3 class="govuk-heading-s" id="set-up-two-step-auth">Part 2: How to set up your
<img src="@routes.Assets.versioned("images/set-up-mfa-page.png")" class="screenshots" alt="Form to setup multi-factor authentication" />
<h3 class="govuk-heading-s">Step 1: Install an authenticator app</h3>
<p class="govuk-body">
Before you continue, make sure you have an authenticator app installed on your smartphone. You can use apps like Google Authenticator, Microsoft Authenticator, or FreeOTP.
Before you continue, make sure you have an authenticator app installed on your smartphone. You can only use Google Authenticator, Microsoft Authenticator, or FreeOTP.
</p>
<h3 class="govuk-heading-s">Step 2: Set up your authenticator app</h3>
<p class="govuk-body">
Expand Down
4 changes: 2 additions & 2 deletions app/views/judgment/judgmentHelp.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h3 class="govuk-heading-s" id="new-user-email">Part 1: Requesting a new account

<h3 class="govuk-heading-s" id="why-otp">What is two-step authentication and why do I need to use an OTP?</h3>
<p class="govuk-body">
An OTP (one-time password) is a unique code that confirms your identity. It’s generated by an authenticator app on your smartphone. You can download free authenticator apps like Google Authenticator, Microsoft Authenticator, or FreeOTP. These apps are available on the App Store for iPhone, or Google Play for Android.
An OTP (one-time password) is a unique code that confirms your identity. It’s generated by an authenticator app on your smartphone. You can download one of these free authenticator apps: Google Authenticator, Microsoft Authenticator, or FreeOTP. These apps are available on the App Store for iPhone, or Google Play for Android.
</p>
<p class="govuk-body">
To keep the service and your account secure, you must sign in to your TDR account using an OTP in addition to your personal password.
Expand All @@ -113,7 +113,7 @@ <h3 class="govuk-heading-s" id="two-step-auth">Part 2: How to set up your OTP (o
<img src="@routes.Assets.versioned("images/set-up-mfa-page.png")" class="screenshots" alt="Form to setup multi factor authentication" />
<h3 class="govuk-heading-s">Step 1: Install an authenticator app</h3>
<p class="govuk-body">
Before you continue, make sure you have an authenticator app installed on your smartphone. You can use apps like Google Authenticator, Microsoft Authenticator, or FreeOTP.
Before you continue, make sure you have an authenticator app installed on your smartphone. You can only use Google Authenticator, Microsoft Authenticator, or FreeOTP.
</p>
<h3 class="govuk-heading-s">Step 2: Set up your authenticator app</h3>
<p class="govuk-body">
Expand Down

0 comments on commit 92e9a86

Please sign in to comment.