Skip to content

Commit 983220f

Browse files
OLH-3718 Address PR comments and final UCD change
1 parent c1f139e commit 983220f

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

src/components/change-default-method/index.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
{% endif %}
3434

3535
<p class="govuk-body">
36-
<a href="{{"NO_UK_PHONE_NUMBER" | getPath}}" class="govuk-link govuk-body">
36+
<a href="{{"NO_UK_PHONE_NUMBER" | getPath}}" class="govuk-link">
3737
{{'pages.changePhoneNumber.info.noUkPhone' | translate}}
3838
</a>
3939
</p>
4040

41-
<p class="govuk-!-margin-top-4 govuk-body">
41+
<p class="govuk-body">
4242
<a href="{{"SECURITY" | getPath}}" class="govuk-link">
4343
{{'pages.changeDefaultMethod.cancelButton' | translate }}
4444
</a>

src/components/common/mfa/add-phone-number.njk

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,11 @@
4141
html: addMfaMethodSMSDetailsBlock
4242
}) }}
4343
{% else %}
44-
<a href="{{"NO_UK_PHONE_NUMBER" | getPath}}" class="govuk-link govuk-body">
45-
{{'pages.changePhoneNumber.info.noUkPhone' | translate}}
46-
</a>
44+
<p class="govuk-body">
45+
<a href="{{"NO_UK_PHONE_NUMBER" | getPath}}" class="govuk-link">
46+
{{'pages.changePhoneNumber.info.noUkPhone' | translate}}
47+
</a>
48+
</p>
4749
{% endif %}
4850

4951
<p class="govuk-body govuk-!-margin-top-4">

src/components/no-uk-mobile-phone/index.njk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818

1919
{% if hasAuthApp %}
2020
<p class="govuk-body">{{ 'pages.noUkPhoneNumber.paragraph2hasAuthApp' | translate }}</p>
21+
{% elif hasBackupAuthApp %}
22+
<p class="govuk-body">{{ 'pages.noUkPhoneNumber.paragraph2hasBackupAuthApp' | translate }}</p>
2123
{% else %}
2224
<p class="govuk-body">{{ 'pages.noUkPhoneNumber.paragraph2' | translate }}</p>
2325
{% endif %}

src/locales/en/translation.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,7 @@
597597
"paragraph1": "To get security codes by text message you must use a UK mobile phone number.",
598598
"sub-header": "What you can do",
599599
"paragraph2": "If you do not have a UK mobile phone number, you can get security codes using an authenticator app instead.",
600+
"paragraph2hasBackupAuthApp": "If you do not have a UK mobile phone number, you can get security codes using your authenticator app instead.",
600601
"paragraph2hasAuthApp": "If you do not have a UK mobile phone number, you can only get security codes using an authenticator app.",
601602
"hasAuthApp": "You already use your authenticator app to get codes.",
602603
"useDifferentAuthApp": "If you want to use a different authenticator app:",

0 commit comments

Comments
 (0)