Skip to content

Commit 42abe23

Browse files
committed
TD-4177: Changed text content accordingly for screen reader
1 parent 83a2c90 commit 42abe23

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

LearningHub.Nhs.WebUI/Views/Account/CreateAccountConfirmation.cshtml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<dd class="nhsuk-summary-list__actions">
5151

5252
<a asp-action="CreateAccountEmailVerification" asp-route-returnToConfirmation="true">
53-
Change<span class="nhsuk-u-visually-hidden">&nbsp;email</span>
53+
Change<span class="nhsuk-u-visually-hidden">&nbsp;primary email</span>
5454
</a>
5555

5656
</dd>
@@ -68,7 +68,7 @@
6868
<dd class="nhsuk-summary-list__actions">
6969

7070
<a asp-action="CreateAccountPersonalDetails" asp-route-returnToConfirmation="true">
71-
Change<span class="nhsuk-u-visually-hidden">&nbsp;email</span>
71+
Change<span class="nhsuk-u-visually-hidden">&nbsp;secondary email</span>
7272
</a>
7373

7474
</dd>
@@ -122,7 +122,7 @@
122122
<dd class="nhsuk-summary-list__actions no-bottom-border">
123123

124124
<a asp-action="CreateAccountCurrentRole" asp-route-CurrentRole="@Model.AccountCreationViewModel.CurrentRole" asp-route-returnToConfirmation="true">
125-
Change<span class="nhsuk-u-visually-hidden">&nbsp;role</span>
125+
Change<span class="nhsuk-u-visually-hidden">&nbsp;current role</span>
126126
</a>
127127

128128
</dd>

LearningHub.Nhs.WebUI/Views/LoginWizard/AccountConfirmation.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
</dd>
5858
<dd class="nhsuk-summary-list__actions">
5959
<a asp-controller="Account" asp-action="CreateAccountPersonalDetails" asp-route-returnToConfirmation="true">
60-
Change<span class="nhsuk-u-visually-hidden"> email</span>
60+
Change<span class="nhsuk-u-visually-hidden">&nbsp;secondary email</span>
6161
</a>
6262
</dd>
6363
</div>
@@ -103,7 +103,7 @@
103103
</dd>
104104
<dd class="nhsuk-summary-list__actions no-bottom-border">
105105
<a asp-controller="Account" asp-action="CreateAccountCurrentRole" asp-route-CurrentRole="@Model.AccountCreationViewModel.CurrentRole" asp-route-returnToConfirmation="true">
106-
Change<span class="nhsuk-u-visually-hidden"> role</span>
106+
Change<span class="nhsuk-u-visually-hidden">&nbsp;current role</span>
107107
</a>
108108
</dd>
109109
</div>

0 commit comments

Comments
 (0)