Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerHowellDfE committed Feb 5, 2024
1 parent 4e0a425 commit 306aee7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
<govuk-summary-list-row-key>
You have no draft assessments
</govuk-summary-list-row-key>
<govuk-summary-list-row-value>
&nbsp;
</govuk-summary-list-row-value>
</govuk-summary-list-row>
}
else
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
asp-page="/Book/Request/TaskList"
asp-route-id="@assessment.Id"
class="govuk-link">
New a @(assessment.PhaseConcluding?.Name ?? "") @(assessment.AssessmentType?.Name ?? "") request <span class="govuk-visually-hidden"> for @assessment.Name</span>
New @(assessment.PhaseConcluding?.Name ?? "") @(assessment.AssessmentType?.Name ?? "") request <span class="govuk-visually-hidden"> for @assessment.Name</span>
</a>
</th>
<td class="govuk-table__cell">@assessment.Name</td>
Expand Down

0 comments on commit 306aee7

Please sign in to comment.