Skip to content

Commit

Permalink
Fixing some minor casing and naming content issues
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveMilnes committed Jan 31, 2025
1 parent a39a031 commit f46eed9
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@model Dfe.RegionalImprovementForStandardsAndExcellence.Frontend.Pages.AboutTheSchool.IndexModel
@{
Model.SetErrorPage(Links.SchoolList.Index.Page);
ViewData["Title"] = "About The School";
ViewData["Title"] = "About the school";
}

@section BeforeMain
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<partial name="_OfstedJudgement" model="Model.LeadershipAndManagement"/>
</p>
<p class="govuk-body govuk-!-margin-bottom-1">
<b>Assigned Adviser:</b>
<b>Advised by:</b>
@if (@Model.AssignedAdviserFullName == null || string.IsNullOrWhiteSpace(@Model.AssignedAdviserFullName))
{
<span data-id="assigned-user" class="empty">Empty</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
}
@if (Model.SelectedLocalAuthorities.Length > 0)
{
<h3 class="govuk-heading-s govuk-!-margin-bottom-0">Local Authority</h3>
<h3 class="govuk-heading-s govuk-!-margin-bottom-0">Local authority</h3>

<ul class="moj-filter-tags">
@{
Expand Down Expand Up @@ -108,7 +108,7 @@

<div class="govuk-form-group">
<label class="govuk-label govuk-label--m" for="projects">
Search for projects
Search for schools
</label>
<span class="govuk-hint">You can search by school name, academy name and URN</span>
<input id="Title" name="Title" asp-for="Title" type="text" class="govuk-input" aria-describedby="filter-project-title-hint"
Expand Down Expand Up @@ -182,7 +182,7 @@
<div class="govuk-accordion__section-header">
<h2 class="govuk-accordion__section-heading">
<span class="govuk-accordion__section-button" id="accordion-local-authorities-heading" data-cy="select-projectlist-filter-local-authority">
Local Authority
Local authority
</span>
</h2>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<span id="@("urn-" + index)"><strong>URN:</strong> @project.SchoolUrn</span>
</div>
<div id="@("localauthority-" + project.Id)" class="govuk-!-margin-top-1">
<strong>Local Authority:</strong>
<strong>Local authority:</strong>
@if (@project.LocalAuthority.IsEmpty())
{
<span class="empty">Empty</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<sub-menu-link class="moj-sub-navigation__link"
asp-page="@Links.AboutTheSchool.Index.Page"
asp-route-id="@id">
About The School
About the school
</sub-menu-link>
</li>
<li class="moj-sub-navigation__item">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<li class="app-task-list__item">
<span class="app-task-list__task-name" data-cy="task-name">
<a class="govuk-link" asp-page="@Links.TaskList.RecordTheSchoolResponse.Page" asp-route-id="@Model.SupportProject.Id" aria-describedby="record-school-response-status" data-cy="record-school-response">
Record the School's Response
Record the school's response
</a>
</span>
<partial name="Shared/_TaskListStatus" model="@Model.RecordTheSchoolResponseTaskListStatus" />
Expand Down

0 comments on commit f46eed9

Please sign in to comment.