Skip to content

Commit

Permalink
Update location content
Browse files Browse the repository at this point in the history
  • Loading branch information
kelliedesigner committed Jan 20, 2025
1 parent c2ae8dd commit 65bce1a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<div class="govuk-summary-list__row">
<dt class="govuk-summary-list__key">
<% if course.salaried? %>
Employing schools
Nearest employing school
<% else %>
Placement schools
Nearest placement school
<% end %>
</dt>
<dd class="govuk-summary-list__value">
Expand All @@ -40,9 +40,9 @@
<% end %>
</p>
<% else %>
<p class="govuk-body">
<p class="govuk-hint govuk-!-font-size-16">
<% if course.salaried? %>
<%= t("find.results.course_placements.all_school_placements_salary", count: number_of_sites) %>
<%= t("find.results.course_placements.all_school_placements_salary", count: number_of_sites) %>
<% else %>
<%= t("find.results.course_placements.all_school_placements", count: number_of_sites) %>
<% end %>
Expand Down
30 changes: 15 additions & 15 deletions config/locales/find.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,17 +214,17 @@ en:
no_fee: There is no fee
no_degree_required: No degree required
fee_based:
location: Placement schools
location: Nearest placement school
salary_based:
location:
one: Employing school
other: Employing schools
one: Nearest employing school
other: Nearest employing school
location:
one: Placement schools
other: Placement schools
one: Nearest placement school
other: Nearest placement school
location_salary:
one: Employing schools
other: Employing schools
one: Nearest employing school
other: Nearest employing school
study_site:
one: Where you will study
other: Where you will study
Expand All @@ -241,20 +241,20 @@ en:
course_placements:
nearest_location:
zero: "No placement schools available"
one: "Nearest potential placement school"
other: "Nearest of %{count} potential placement schools"
one: ""
other: ""
nearest_location_salary:
zero: "No employing schools available"
one: "Nearest potential employing school"
other: "Nearest of %{count} potential employing schools"
one: ""
other: ""
all_school_placements:
zero: "Not listed yet"
one: "%{count} potential placement school"
other: "%{count} potential placement schools"
one: "Search by city, town or postcode to find the nearest potential placement school"
other: "Search by city, town or postcode to find the nearest potential placement school "
all_school_placements_salary:
zero: "No employing schools available"
one: "%{count} potential employing school"
other: "%{count} potential employing schools"
one: "Search by city, town or postcode to find the nearest potential employing school"
other: "Search by city, town or postcode to find the nearest potential employing school"
course_study_sites:
nearest_location:
zero: "No study sites available"
Expand Down

0 comments on commit 65bce1a

Please sign in to comment.