From 65bce1a05c2bb9eae3c3af1eabf51e69f39daff5 Mon Sep 17 00:00:00 2001 From: Kellie Date: Mon, 20 Jan 2025 16:50:01 +0000 Subject: [PATCH] Update location content --- .../about_schools_component/view.html.erb | 8 ++--- config/locales/find.yml | 30 +++++++++---------- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/app/components/find/courses/about_schools_component/view.html.erb b/app/components/find/courses/about_schools_component/view.html.erb index 4176584e63..023320528c 100644 --- a/app/components/find/courses/about_schools_component/view.html.erb +++ b/app/components/find/courses/about_schools_component/view.html.erb @@ -15,9 +15,9 @@
<% if course.salaried? %> - Employing schools + Nearest employing school <% else %> - Placement schools + Nearest placement school <% end %>
@@ -40,9 +40,9 @@ <% end %>

<% else %> -

+

<% 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 %> diff --git a/config/locales/find.yml b/config/locales/find.yml index 0e16b2f974..df729028b9 100644 --- a/config/locales/find.yml +++ b/config/locales/find.yml @@ -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 @@ -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"